diff --git a/src/activitypub/inbox.js b/src/activitypub/inbox.js index 92615a305c..19686a8bf8 100644 --- a/src/activitypub/inbox.js +++ b/src/activitypub/inbox.js @@ -20,6 +20,7 @@ const inbox = module.exports; function reject(type, object, target, senderType = 'uid', id = 0) { activitypub.send(senderType, id, target, { + id: `${helpers.resolveActor(senderType, id)}#/activity/reject/${encodeURIComponent(object.id)}`, type: 'Reject', object: { type,