From: Chocobozzz Date: Fri, 5 Apr 2019 13:45:50 +0000 (+0200) Subject: Add auto blacklist info in feature table X-Git-Tag: v1.3.0-rc.1~95 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=32157c0892ed000d15ad8fbc89e90fd005a5f4e8;p=oweals%2Fpeertube.git Add auto blacklist info in feature table --- diff --git a/client/src/app/shared/instance/instance-features-table.component.ts b/client/src/app/shared/instance/instance-features-table.component.ts index a4924a0d5..c0257fd59 100644 --- a/client/src/app/shared/instance/instance-features-table.component.ts +++ b/client/src/app/shared/instance/instance-features-table.component.ts @@ -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