summaryrefslogtreecommitdiff
path: root/src/remote/activitypub/objects
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2018-04-15 18:38:40 +0900
committersyuilo <syuilotan@yahoo.co.jp>2018-04-15 18:38:40 +0900
commita9ea405c0c194cfedefabef9ade52c414c1005b4 (patch)
tree933837f9a49930f1bf5a9eb6ea960c8422609a42 /src/remote/activitypub/objects
parentnanka iroiro (diff)
downloadsharkey-a9ea405c0c194cfedefabef9ade52c414c1005b4.tar.gz
sharkey-a9ea405c0c194cfedefabef9ade52c414c1005b4.tar.bz2
sharkey-a9ea405c0c194cfedefabef9ade52c414c1005b4.zip
:v:
Diffstat (limited to 'src/remote/activitypub/objects')
-rw-r--r--src/remote/activitypub/objects/person.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/remote/activitypub/objects/person.ts b/src/remote/activitypub/objects/person.ts
index 6c060f879c..b0539fd73b 100644
--- a/src/remote/activitypub/objects/person.ts
+++ b/src/remote/activitypub/objects/person.ts
@@ -96,7 +96,8 @@ export async function createPerson(value: any, resolver?: Resolver): Promise<IUs
publicKeyPem: person.publicKey.publicKeyPem
},
inbox: person.inbox,
- uri: person.id
+ uri: person.id,
+ url: person.url
}) as IRemoteUser;
//#region アイコンとヘッダー画像をフェッチ