summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-10-19 23:16:24 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-10-19 23:16:24 +0000
commitfe160330e6ea60be0094cdc3f42b5e3c44c66d5d (patch)
tree6a3f07c1cacb371a96244b2bc6c267ca3fe08268
parent0495a07dc77d81abf46cbe166ae3fec14f705809 (diff)
parent405f27b4f8c430ddf7c47b09c5c693f5a17bcbc2 (diff)
downloadpleroma-fe160330e6ea60be0094cdc3f42b5e3c44c66d5d.tar.gz
pleroma-fe160330e6ea60be0094cdc3f42b5e3c44c66d5d.zip
Merge branch 'fix/autofollower-suggestions' into 'develop'
Remove suggestions for autofollower_nicknames See merge request pleroma/pleroma!3088
-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,