summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2020-10-16 17:32:05 +0000
committerMark Felder <feld@feld.me>2020-10-16 17:36:02 +0000
commit1b8fd7e65af980c42b72f584c2a957b12ca5c78b (patch)
treefbf70265a6aefe04e8c7c8fe50c36c22d2b9760b /config/description.exs
parent023f726d7f497705d766adee8874b94efb08a0aa (diff)
downloadpleroma-1b8fd7e65af980c42b72f584c2a957b12ca5c78b.tar.gz
pleroma-1b8fd7e65af980c42b72f584c2a957b12ca5c78b.zip
Adds feature to permit e.g., local admins and community moderators to automatically follow all newly registered accounts
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs11
1 files changed, 11 insertions, 0 deletions
diff --git a/config/description.exs b/config/description.exs
index 2a1898922..2bbb12540 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -838,6 +838,17 @@ config :pleroma, :config_description, [
]
},
%{
+ key: :autofollowing_nicknames,
+ type: {:list, :string},
+ description:
+ "Set to nicknames of (local) users that automatically follows every newly registered user",
+ suggestions: [
+ "admin",
+ "info",
+ "moderator",
+ ]
+ },
+ %{
key: :attachment_links,
type: :boolean,
description: "Enable to automatically add attachment link text to statuses"