diff options
author | Chocobozzz <me@florianbigard.com> | 2019-08-30 16:50:12 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-09-04 16:24:58 +0200 |
commit | 8424c4026afd7304880a4ce8138a04ffb3d8c938 (patch) | |
tree | 5b42625a59307b03333aa7d293b40b4c90da8f73 /config/production.yaml.example | |
parent | f69ec5f340638ef577e8f5b9b1fb844778656a1f (diff) | |
download | PeerTube-8424c4026afd7304880a4ce8138a04ffb3d8c938.tar.gz PeerTube-8424c4026afd7304880a4ce8138a04ffb3d8c938.tar.zst PeerTube-8424c4026afd7304880a4ce8138a04ffb3d8c938.zip |
Add auto follow back support for instances
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 2dec5ef0c..397e52740 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -288,5 +288,20 @@ followers: | |||
288 | # Whether or not an administrator must manually validate a new follower | 288 | # Whether or not an administrator must manually validate a new follower |
289 | manual_approval: false | 289 | manual_approval: false |
290 | 290 | ||
291 | followings: | ||
292 | instance: | ||
293 | # If you want to automatically follow back new instance followers | ||
294 | # If this option is enabled, use the mute feature instead of deleting followings | ||
295 | # /!\ Don't enable this if you don't have a reactive moderation team /!\ | ||
296 | auto_follow_back: | ||
297 | enabled: false | ||
298 | |||
299 | # If you want to automatically follow instances of the public index | ||
300 | # If this option is enabled, use the mute feature instead of deleting followings | ||
301 | # /!\ Don't enable this if you don't have a reactive moderation team /!\ | ||
302 | auto_follow_index: | ||
303 | enabled: false | ||
304 | index_url: 'https://instances.joinpeertube.org' | ||
305 | |||
291 | theme: | 306 | theme: |
292 | default: 'default' | 307 | default: 'default' |