mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Fix a bug with user creation
This commit is contained in:
parent
f677737fdd
commit
a1238222e2
1 changed files with 1 additions and 1 deletions
|
|
@ -262,8 +262,8 @@ export class User extends BaseEntity {
|
|||
};
|
||||
|
||||
await user.generateKeys();
|
||||
await user.updateActor();
|
||||
await user.save();
|
||||
await user.updateActor();
|
||||
|
||||
return user;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue