summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authorEgor Kislitsyn <egor@kislitsyn.com>2020-10-20 17:27:29 +0400
committerEgor Kislitsyn <egor@kislitsyn.com>2020-10-20 17:27:29 +0400
commite87901c424015b79e2412310f41e74f3f0e71544 (patch)
treeb2214aa2a81311a21ec871a1f16881db6a52025b /config/description.exs
parentad605e3e16ba3f6ee3df7a0a3e6705036fef369f (diff)
parent44b2a137d12a4ded75586f919ad1c927c6677a70 (diff)
downloadpleroma-e87901c424015b79e2412310f41e74f3f0e71544.tar.gz
pleroma-e87901c424015b79e2412310f41e74f3f0e71544.zip
Merge remote-tracking branch 'origin/develop' into feature/account-export
Diffstat (limited to 'config/description.exs')
-rw-r--r--config/description.exs8
1 files changed, 1 insertions, 7 deletions
diff --git a/config/description.exs b/config/description.exs
index 9f23b6d3d..609ea4551 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,