mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
feat: handle Update(Note) when object has limited visibility, #12834
This commit is contained in:
@@ -301,7 +301,7 @@ activitypubApi.update.privateNote = enabledCheck(async (caller, { messageObj })
|
||||
object,
|
||||
};
|
||||
|
||||
await activitypub.send('uid', messageObj.fromuid, targets, payload);
|
||||
await activitypub.send('uid', caller.uid, targets, payload);
|
||||
});
|
||||
|
||||
activitypubApi.delete = {};
|
||||
|
||||
Reference in New Issue
Block a user