1
0
Fork 0

Add auto blacklist info in feature table

This commit is contained in:
Chocobozzz 2019-04-05 15:45:50 +02:00
parent 3143ae17a0
commit 32157c0892
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@ export class InstanceFeaturesTableComponent implements OnInit {
label: this.i18n('User registration allowed'),
value: config.signup.allowed
},
{
label: this.i18n('Video uploads require manual validation by moderators'),
value: config.autoBlacklist.videos.ofUsers.enabled
},
{
label: this.i18n('Transcode your videos in multiple resolutions'),
value: config.transcoding.enabledResolutions.length !== 0