mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
fix: send only the id into actors.assert
This commit is contained in:
@@ -70,7 +70,7 @@ inbox.update = async (req) => {
|
||||
}
|
||||
|
||||
case 'Person': {
|
||||
await activitypub.actors.assert(object, { update: true });
|
||||
await activitypub.actors.assert(object.id, { update: true });
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user