1 import { Component, OnInit } from '@angular/core'
2 import { ServerService } from '@app/core'
5 templateUrl: './moderation.component.html',
8 export class ModerationComponent implements OnInit {
9 autoBlockVideosEnabled = false
12 private serverService: ServerService
16 const serverConfig = this.serverService.getHTMLConfig()
18 this.autoBlockVideosEnabled = serverConfig.autoBlacklist.videos.ofUsers.enabled