summaryrefslogtreecommitdiff
path: root/config/description.exs
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2020-10-27 17:42:24 +0000
committerfeld <feld@feld.me>2020-10-27 17:42:24 +0000
commite062329a177e1a1382cb3a44ef71e6d278b4963e (patch)
tree1d98291af1a0d0c64794bc2b4e13ee7e62c634bc /config/description.exs
parentd16336e7fbf7851ee5f50a17747067f2be741581 (diff)
parent2f7401806bbe5427bbcaa7cdce35130320ae3bb4 (diff)
downloadpleroma-e062329a177e1a1382cb3a44ef71e6d278b4963e.tar.gz
pleroma-e062329a177e1a1382cb3a44ef71e6d278b4963e.zip
Merge branch 'develop' into 'feature/autofollowing'
# Conflicts: # CHANGELOG.md
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 79e1368d0..1c300cc45 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: :autofollowing_nicknames,