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:
Kainoa Kanter 2023-08-12 00:45:51 +00:00
commit 3e598c3ed0

View File

@ -554,7 +554,7 @@ export async function updatePerson(
{
followerSharedInbox:
person.sharedInbox ||
(person.endpoints ? person.endpoints.sharedInbox : undefined),
(person.endpoints ? person.endpoints.sharedInbox : null),
},
);