projects
/
oweals
/
peertube.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
862ead2
)
Fix lint
author
Chocobozzz
<me@florianbigard.com>
Wed, 23 Oct 2019 11:15:18 +0000
(13:15 +0200)
committer
Chocobozzz
<me@florianbigard.com>
Wed, 23 Oct 2019 11:15:18 +0000
(13:15 +0200)
server/lib/activitypub/actor.ts
patch
|
blob
|
history
diff --git
a/server/lib/activitypub/actor.ts
b/server/lib/activitypub/actor.ts
index cad9af5e0c32f29ed65c85c3a081f6ee206b5f8b..74241aba9aed7058a2c94e14cb9a763b1419e8ca 100644
(file)
--- 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)