aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/lib/user.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/lib/user.ts')
-rw-r--r--server/lib/user.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/user.ts b/server/lib/user.ts
index d2d599dfd..9884e566f 100644
--- a/server/lib/user.ts
+++ b/server/lib/user.ts
@@ -46,7 +46,7 @@ async function createLocalAccount (name: string, userId: number, applicationId:
46 followingUrl: url + '/following', 46 followingUrl: url + '/following',
47 userId, 47 userId,
48 applicationId, 48 applicationId,
49 podId: null // It is our pod 49 serverId: null // It is our server
50 }) 50 })
51 51
52 return accountInstance.save({ transaction: t }) 52 return accountInstance.save({ transaction: t })