]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/user.ts
Add license info to readme (#370)
[github/Chocobozzz/PeerTube.git] / server / lib / user.ts
index aa029cce77d0bc90507d289f85f0f45701407ef4..2ea7481e8152b09ce9fc11ff75bd178951ed9e89 100644 (file)
@@ -47,8 +47,7 @@ async function createLocalAccountWithoutKeys (
     name,
     userId,
     applicationId,
-    actorId: actorInstanceCreated.id,
-    serverId: null // It is our server
+    actorId: actorInstanceCreated.id
   })
 
   const accountInstanceCreated = await accountInstance.save({ transaction: t })