diff --git a/server/lib/activitypub/actor.ts b/server/lib/activitypub/actor.ts index cad9af5e0..74241aba9 100644 --- a/server/lib/activitypub/actor.ts +++ b/server/lib/activitypub/actor.ts @@ -445,7 +445,7 @@ async function fetchRemoteActor (actorUrl: string): Promise<{ statusCode?: numbe sharedInboxUrl: actorJSON.endpoints && actorJSON.endpoints.sharedInbox ? actorJSON.endpoints.sharedInbox - : null, + : null }) const avatarInfo = await getAvatarInfoIfExists(actorJSON)