Fix user update for users without sharedInbox
This commit is contained in:
parent
2f103229e5
commit
f6dc9e094b
1 changed files with 1 additions and 1 deletions
|
|
@ -599,7 +599,7 @@ export async function updatePerson(
|
||||||
{
|
{
|
||||||
followerSharedInbox:
|
followerSharedInbox:
|
||||||
person.sharedInbox ||
|
person.sharedInbox ||
|
||||||
(person.endpoints ? person.endpoints.sharedInbox : undefined),
|
(person.endpoints ? person.endpoints.sharedInbox : null),
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue