mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-26 16:41:21 +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': {
|
case 'Person': {
|
||||||
await activitypub.actors.assert(object, { update: true });
|
await activitypub.actors.assert(object.id, { update: true });
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user