aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2020-10-16 17:41:44 +0000
committerMark Felder <feld@feld.me>2020-10-16 17:41:44 +0000
commit405f27b4f8c430ddf7c47b09c5c693f5a17bcbc2 (patch)
treec60118baa391d435055bef8c5588edda6721b13c
parent023f726d7f497705d766adee8874b94efb08a0aa (diff)
downloadpleroma-405f27b4f8c430ddf7c47b09c5c693f5a17bcbc2.tar.gz
The suggestions are problematic as they need to be real local account names
-rw-r--r--config/description.exs8
1 files changed, 1 insertions, 7 deletions
diff --git a/config/description.exs b/config/description.exs
index 2a1898922..0da1da57d 100644
--- a/config/description.exs
+++ b/config/description.exs
@@ -829,13 +829,7 @@ config :pleroma, :config_description, [
key: :autofollowed_nicknames,
type: {:list, :string},
description:
- "Set to nicknames of (local) users that every new user should automatically follow",
- suggestions: [
- "lain",
- "kaniini",
- "lanodan",
- "rinpatch"
- ]
+ "Set to nicknames of (local) users that every new user should automatically follow"
},
%{
key: :attachment_links,