From 8424c4026afd7304880a4ce8138a04ffb3d8c938 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 30 Aug 2019 16:50:12 +0200 Subject: Add auto follow back support for instances --- config/default.yaml | 16 ++++++++++++++++ config/production.yaml.example | 15 +++++++++++++++ 2 files changed, 31 insertions(+) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index b8ba7006a..5a935fede 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -273,5 +273,21 @@ followers: # Whether or not an administrator must manually validate a new follower manual_approval: false +followings: + instance: + # If you want to automatically follow back new instance followers + # Only follows accepted followers (in case you enabled manual followers approbation) + # If this option is enabled, use the mute feature instead of deleting followings + # /!\ Don't enable this if you don't have a reactive moderation team /!\ + auto_follow_back: + enabled: false + + # If you want to automatically follow instances of the public index + # If this option is enabled, use the mute feature instead of deleting followings + # /!\ Don't enable this if you don't have a reactive moderation team /!\ + auto_follow_index: + enabled: false + index_url: 'https://instances.joinpeertube.org' + theme: default: 'default' 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: # Whether or not an administrator must manually validate a new follower manual_approval: false +followings: + instance: + # If you want to automatically follow back new instance followers + # If this option is enabled, use the mute feature instead of deleting followings + # /!\ Don't enable this if you don't have a reactive moderation team /!\ + auto_follow_back: + enabled: false + + # If you want to automatically follow instances of the public index + # If this option is enabled, use the mute feature instead of deleting followings + # /!\ Don't enable this if you don't have a reactive moderation team /!\ + auto_follow_index: + enabled: false + index_url: 'https://instances.joinpeertube.org' + theme: default: 'default' -- cgit v1.2.3