mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Add ability to disable channel followers
This commit is contained in:
parent
ce28c64750
commit
031b61c466
17 changed files with 274 additions and 151 deletions
|
@ -292,6 +292,10 @@ export interface CustomConfig {
|
|||
enabled: boolean
|
||||
manualApproval: boolean
|
||||
}
|
||||
|
||||
channels: {
|
||||
enabled: boolean
|
||||
}
|
||||
}
|
||||
|
||||
followings: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue