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:
parent
ce28c64750
commit
031b61c466
17 changed files with 274 additions and 151 deletions
|
@ -977,10 +977,15 @@ services:
|
|||
|
||||
followers:
|
||||
instance:
|
||||
# Allow or not other instances to follow yours
|
||||
# Allow remote actors to follow your instance
|
||||
# This setting is not retroactive: current followers of your instance will not be affected
|
||||
enabled: true
|
||||
# Whether or not an administrator must manually validate a new follower
|
||||
manual_approval: false
|
||||
channels:
|
||||
# Allow remote actors to follow channels/accounts of your instance
|
||||
# This setting is not retroactive: current followers of local channels/accounts will not be affected
|
||||
enabled: true
|
||||
|
||||
followings:
|
||||
instance:
|
||||
|
|
|
@ -987,10 +987,15 @@ services:
|
|||
|
||||
followers:
|
||||
instance:
|
||||
# Allow or not other instances to follow yours
|
||||
# Allow remote actors to follow your instance
|
||||
# This setting is not retroactive: current followers of your instance will not be affected
|
||||
enabled: true
|
||||
# Whether or not an administrator must manually validate a new follower
|
||||
manual_approval: false
|
||||
channels:
|
||||
# Allow remote actors to follow channels/accounts of your instance
|
||||
# This setting is not retroactive: current followers of local channels/accounts will not be affected
|
||||
enabled: true
|
||||
|
||||
followings:
|
||||
instance:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue