1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 17:59:37 +02:00

Add ability for admins to refuse remote comments

This commit is contained in:
Chocobozzz 2025-06-18 09:29:45 +02:00
parent 031b61c466
commit f5fd593976
No known key found for this signature in database
GPG key ID: 583A612D890159BE
12 changed files with 157 additions and 14 deletions

View file

@ -358,4 +358,8 @@ export interface CustomConfig {
autoPlay: boolean
}
}
videoComments: {
acceptRemoteComments: boolean
}
}