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

Add ability to disable channel followers

This commit is contained in:
Chocobozzz 2025-06-17 11:37:55 +02:00
parent ce28c64750
commit 031b61c466
No known key found for this signature in database
GPG key ID: 583A612D890159BE
17 changed files with 274 additions and 151 deletions

View file

@ -974,6 +974,11 @@ const CONFIG = {
get MANUAL_APPROVAL () {
return config.get<boolean>('followers.instance.manual_approval')
}
},
CHANNELS: {
get ENABLED () {
return config.get<boolean>('followers.channels.enabled')
}
}
},
FOLLOWINGS: {