summaryrefslogtreecommitdiff
path: root/src/remote/activitypub/models
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-04-10 18:35:51 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-04-10 18:35:51 +0900
commit2a4024031082f5c63441b1f4875d55c0f8a284d9 (patch)
treeaf3c2440b1399ebc3ea955bc89dd18dc04006adb /src/remote/activitypub/models
parent11.0.0-beta.1 (diff)
downloadsharkey-2a4024031082f5c63441b1f4875d55c0f8a284d9.tar.gz
sharkey-2a4024031082f5c63441b1f4875d55c0f8a284d9.tar.bz2
sharkey-2a4024031082f5c63441b1f4875d55c0f8a284d9.zip
Fix bug
Diffstat (limited to 'src/remote/activitypub/models')
-rw-r--r--src/remote/activitypub/models/person.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/remote/activitypub/models/person.ts b/src/remote/activitypub/models/person.ts
index a6f7482bba..e13ef21ebd 100644
--- a/src/remote/activitypub/models/person.ts
+++ b/src/remote/activitypub/models/person.ts
@@ -170,6 +170,7 @@ export async function createPerson(uri: string, resolver?: Resolver): Promise<Us
userId: user.id,
description: fromHtml(person.summary),
fields,
+ userHost: host
} as Partial<UserProfile>);
await UserPublickeys.save({