mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Add ability to disable NSFW flags settings
This commit is contained in:
parent
9f180a36c4
commit
dc05b37d17
12 changed files with 867 additions and 323 deletions
|
@ -399,6 +399,10 @@ export interface ServerConfig {
|
|||
webrtc: {
|
||||
stunServers: string[]
|
||||
}
|
||||
|
||||
nsfwFlagsSettings: {
|
||||
enabled: boolean
|
||||
}
|
||||
}
|
||||
|
||||
export type HTMLServerConfig = Omit<ServerConfig, 'signup'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue