X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=server%2Flib%2Fvideo-channel.ts;h=6f9ae2d95472fe06b5cd163a2c026db18de3b081;hb=47e0652b4a98916d4a1d012fbec61afd73a30565;hp=e69ec062f2ad7bd442de775826570991f51f78d2;hpb=41dbdb8acff3ac56187e8149eab0ff82e2377597;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/lib/video-channel.ts b/server/lib/video-channel.ts index e69ec062f..6f9ae2d95 100644 --- a/server/lib/video-channel.ts +++ b/server/lib/video-channel.ts @@ -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 }