fix: updatePerson's Followings.update call not working if no sharedInbox
This commit is contained in:
parent
c456b1082d
commit
046fc88a6c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue