diff --git a/src/remote/activitypub/models/person.ts b/src/remote/activitypub/models/person.ts index f6c30ffb2..399c7ec88 100644 --- a/src/remote/activitypub/models/person.ts +++ b/src/remote/activitypub/models/person.ts @@ -376,6 +376,8 @@ export async function updatePerson(uri: string, resolver?: Resolver, hint?: obje $set: { '_follower.sharedInbox': person.sharedInbox || (person.endpoints ? person.endpoints.sharedInbox : undefined) } + }, { + multi: true }); await updateFeatured(exist._id).catch(err => console.log(err));