Add auto blacklist info in feature table
authorChocobozzz <me@florianbigard.com>
Fri, 5 Apr 2019 13:45:50 +0000 (15:45 +0200)
committerChocobozzz <me@florianbigard.com>
Fri, 5 Apr 2019 13:45:50 +0000 (15:45 +0200)
client/src/app/shared/instance/instance-features-table.component.ts

index a4924a0d5c2d224c0b7e74cbcded6ef917a92bc6..c0257fd59512ec0cca0bc6b1be3a29454649fd5c 100644 (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