Don't log error on actor delete signature error
This commit is contained in:
parent
0bc1b31d60
commit
75ba887d10
4 changed files with 18 additions and 11 deletions
|
@ -50,7 +50,7 @@ const inboxQueue = queue<QueueParam, Error>((task, cb) => {
|
|||
|
||||
function inboxController (req: express.Request, res: express.Response) {
|
||||
const rootActivity: RootActivity = req.body
|
||||
let activities: Activity[] = []
|
||||
let activities: Activity[]
|
||||
|
||||
if ([ 'Collection', 'CollectionPage' ].indexOf(rootActivity.type) !== -1) {
|
||||
activities = (rootActivity as ActivityPubCollection).items
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue