From 14893eb71cb2d4ca47e07589c81958863603aba4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 8 Apr 2019 15:18:04 +0200 Subject: Add ability to manually approves instance followers in REST API --- config/default.yaml | 2 ++ config/production.yaml.example | 2 ++ 2 files changed, 4 insertions(+) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index 51f3ad833..0d6e34d86 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -205,3 +205,5 @@ followers: instance: # Allow or not other instances to follow yours enabled: true + # Whether or not an administrator must manually validate a new follower + manual_approval: false diff --git a/config/production.yaml.example b/config/production.yaml.example index a2811abd6..5029cc25b 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -222,3 +222,5 @@ followers: instance: # Allow or not other instances to follow yours enabled: true + # Whether or not an administrator must manually validate a new follower + manual_approval: false -- cgit v1.2.3