forked from FoundKeyGang/FoundKey
Fix bug
This commit is contained in:
parent
0e9fba9287
commit
2a40240310
1 changed files with 1 additions and 0 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue