Merge branch 'Marie-develop-patch-60099' into 'develop'
fix: updatePerson's Followings.update call not working if no sharedInbox Closes #10650 See merge request firefish/firefish!10559
This commit is contained in:
commit
3e598c3ed0
@ -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