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 ++ 1 file changed, 2 insertions(+) (limited to 'config/default.yaml') 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 -- cgit v1.2.3