diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-04-15 18:38:40 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-04-15 18:38:40 +0900 |
| commit | a9ea405c0c194cfedefabef9ade52c414c1005b4 (patch) | |
| tree | 933837f9a49930f1bf5a9eb6ea960c8422609a42 /src/remote | |
| parent | nanka iroiro (diff) | |
| download | sharkey-a9ea405c0c194cfedefabef9ade52c414c1005b4.tar.gz sharkey-a9ea405c0c194cfedefabef9ade52c414c1005b4.tar.bz2 sharkey-a9ea405c0c194cfedefabef9ade52c414c1005b4.zip | |
:v:
Diffstat (limited to 'src/remote')
| -rw-r--r-- | src/remote/activitypub/objects/person.ts | 3 |
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 アイコンとヘッダー画像をフェッチ |