diff options
Diffstat (limited to 'server/lib')
-rw-r--r-- | server/lib/activitypub/actor.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
445 | 445 | ||
446 | sharedInboxUrl: actorJSON.endpoints && actorJSON.endpoints.sharedInbox | 446 | sharedInboxUrl: actorJSON.endpoints && actorJSON.endpoints.sharedInbox |
447 | ? actorJSON.endpoints.sharedInbox | 447 | ? actorJSON.endpoints.sharedInbox |
448 | : null, | 448 | : null |
449 | }) | 449 | }) |
450 | 450 | ||
451 | const avatarInfo = await getAvatarInfoIfExists(actorJSON) | 451 | const avatarInfo = await getAvatarInfoIfExists(actorJSON) |