1
0
Fork 0
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:
Chocobozzz 2025-05-12 10:18:55 +02:00
parent 9f180a36c4
commit dc05b37d17
No known key found for this signature in database
GPG key ID: 583A612D890159BE
12 changed files with 867 additions and 323 deletions

View file

@ -399,6 +399,10 @@ export interface ServerConfig {
webrtc: {
stunServers: string[]
}
nsfwFlagsSettings: {
enabled: boolean
}
}
export type HTMLServerConfig = Omit<ServerConfig, 'signup'>