1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 10:49:28 +02:00

Add video channel management

This commit is contained in:
Chocobozzz 2018-04-26 16:11:38 +02:00
parent 7de6afdf54
commit 08c1efbe32
No known key found for this signature in database
GPG key ID: 583A612D890159BE
36 changed files with 580 additions and 53 deletions

View file

@ -14,7 +14,7 @@ async function createVideoChannel (videoChannelInfo: VideoChannelCreate, account
const actorInstanceCreated = await actorInstance.save({ transaction: t })
const videoChannelData = {
name: videoChannelInfo.name,
name: videoChannelInfo.displayName,
description: videoChannelInfo.description,
support: videoChannelInfo.support,
accountId: account.id,