]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/video-channel.ts
Optimize account creation
[github/Chocobozzz/PeerTube.git] / server / lib / video-channel.ts
index e69ec062f2ad7bd442de775826570991f51f78d2..6f9ae2d95472fe06b5cd163a2c026db18de3b081 100644 (file)
@@ -25,9 +25,7 @@ async function createVideoChannel (videoChannelInfo: VideoChannelCreate, account
   // Do not forget to add Account information to the created video channel
   videoChannelCreated.Account = account
 
-  await sendCreateVideoChannel(videoChannelCreated, t)
-  await shareVideoChannelByServer(videoChannelCreated, t)
-
+  // No need to seed this empty video channel to followers
   return videoChannelCreated
 }