From 2a4024031082f5c63441b1f4875d55c0f8a284d9 Mon Sep 17 00:00:00 2001
From: syuilo <syuilotan@yahoo.co.jp>
Date: Wed, 10 Apr 2019 18:35:51 +0900
Subject: [PATCH] Fix bug

---
 src/remote/activitypub/models/person.ts | 1 +
 1 file changed, 1 insertion(+)

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({