pull/2154/head
Chocobozzz 2019-10-23 13:15:18 +02:00
parent 862ead21a3
commit a82ddfad00
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -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)