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.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/lib/user.ts b/server/lib/user.ts
index 586fd0f12..f4ffae0e4 100644
--- a/server/lib/user.ts
+++ b/server/lib/user.ts
@@ -64,8 +64,8 @@ function buildUser (options: {
64 emailVerified, 64 emailVerified,
65 adminFlags, 65 adminFlags,
66 66
67 videoQuota: videoQuota, 67 videoQuota,
68 videoQuotaDaily: videoQuotaDaily, 68 videoQuotaDaily,
69 69
70 pluginAuth 70 pluginAuth
71 }) 71 })
@@ -147,7 +147,7 @@ async function createApplicationActor (applicationId: number) {
147 const accountCreated = await createLocalAccountWithoutKeys({ 147 const accountCreated = await createLocalAccountWithoutKeys({
148 name: SERVER_ACTOR_NAME, 148 name: SERVER_ACTOR_NAME,
149 userId: null, 149 userId: null,
150 applicationId: applicationId, 150 applicationId,
151 t: undefined, 151 t: undefined,
152 type: 'Application' 152 type: 'Application'
153 }) 153 })