mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Allow to change the default channel name (#6000)
* Allow to change the default channel name * Fix tests * Fix tests * Fix tests
This commit is contained in:
parent
ae468445b2
commit
ea6c2b064f
10 changed files with 39 additions and 6 deletions
|
@ -99,7 +99,8 @@ describe('Test config API validators', function () {
|
|||
}
|
||||
},
|
||||
videoQuota: 5242881,
|
||||
videoQuotaDaily: 318742
|
||||
videoQuotaDaily: 318742,
|
||||
defaultChannelName: 'Main $1 channel'
|
||||
},
|
||||
videoChannels: {
|
||||
maxPerUser: 20
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue