Skip to content
Snippets Groups Projects
Unverified Commit 2a402403 authored by syuilo's avatar syuilo
Browse files

Fix bug

parent 0e9fba92
No related branches found
Tags 11.0.0-beta.3
No related merge requests found
......@@ -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({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment