fix: updatePerson's Followings.update call not working if no sharedInbox
This commit is contained in:
parent
c456b1082d
commit
046fc88a6c
@ -554,7 +554,7 @@ export async function updatePerson(
|
||||
{
|
||||
followerSharedInbox:
|
||||
person.sharedInbox ||
|
||||
(person.endpoints ? person.endpoints.sharedInbox : undefined),
|
||||
(person.endpoints ? person.endpoints.sharedInbox : null),
|
||||
},
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user