diff options
Diffstat (limited to 'server/lib/user.ts')
-rw-r--r-- | server/lib/user.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/server/lib/user.ts b/server/lib/user.ts index aa029cce7..2ea7481e8 100644 --- a/server/lib/user.ts +++ b/server/lib/user.ts | |||
@@ -47,8 +47,7 @@ async function createLocalAccountWithoutKeys ( | |||
47 | name, | 47 | name, |
48 | userId, | 48 | userId, |
49 | applicationId, | 49 | applicationId, |
50 | actorId: actorInstanceCreated.id, | 50 | actorId: actorInstanceCreated.id |
51 | serverId: null // It is our server | ||
52 | }) | 51 | }) |
53 | 52 | ||
54 | const accountInstanceCreated = await accountInstance.save({ transaction: t }) | 53 | const accountInstanceCreated = await accountInstance.save({ transaction: t }) |