]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/video-channel.ts
Update README.md (#378)
[github/Chocobozzz/PeerTube.git] / server / lib / video-channel.ts
index 569b8f29d79667203ccdb3b37ad55347c2b06603..9f7ed929738c56d7f915cb59d70279b5afd6debd 100644 (file)
@@ -16,6 +16,7 @@ async function createVideoChannel (videoChannelInfo: VideoChannelCreate, account
   const videoChannelData = {
     name: videoChannelInfo.name,
     description: videoChannelInfo.description,
+    support: videoChannelInfo.support,
     accountId: account.id,
     actorId: actorInstanceCreated.id
   }