diff options
Diffstat (limited to '')
| -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({ |