1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +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

@ -540,6 +540,10 @@ function customConfig (): CustomConfig {
subject: {
prefix: CONFIG.EMAIL.SUBJECT.PREFIX
}
},
videoComments: {
acceptRemoteComments: CONFIG.VIDEO_COMMENTS.ACCEPT_REMOTE_COMMENTS
}
}
}