Remove kue migration
This commit is contained in:
parent
c5a893d536
commit
0588221107
2 changed files with 0 additions and 62 deletions
|
@ -36,8 +36,6 @@ async function inboxController (req: express.Request, res: express.Response, nex
|
|||
const rootActivity: RootActivity = req.body
|
||||
let activities: Activity[] = []
|
||||
|
||||
console.log(rootActivity)
|
||||
|
||||
if ([ 'Collection', 'CollectionPage' ].indexOf(rootActivity.type) !== -1) {
|
||||
activities = (rootActivity as ActivityPubCollection).items
|
||||
} else if ([ 'OrderedCollection', 'OrderedCollectionPage' ].indexOf(rootActivity.type) !== -1) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue