diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2019-04-10 18:35:51 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2019-04-10 18:35:51 +0900 |
| commit | 2a4024031082f5c63441b1f4875d55c0f8a284d9 (patch) | |
| tree | af3c2440b1399ebc3ea955bc89dd18dc04006adb /src/remote | |
| parent | 11.0.0-beta.1 (diff) | |
| download | sharkey-2a4024031082f5c63441b1f4875d55c0f8a284d9.tar.gz sharkey-2a4024031082f5c63441b1f4875d55c0f8a284d9.tar.bz2 sharkey-2a4024031082f5c63441b1f4875d55c0f8a284d9.zip | |
Fix bug
Diffstat (limited to 'src/remote')
| -rw-r--r-- | src/remote/activitypub/models/person.ts | 1 |
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({ |