diff options
author | Mark Felder <feld@feld.me> | 2020-10-16 17:43:44 +0000 |
---|---|---|
committer | Mark Felder <feld@feld.me> | 2020-10-16 17:43:44 +0000 |
commit | efd6572ffbf4cce86e28d351d3cbddd0a5334980 (patch) | |
tree | fa3937e7bd3ba55530315dee2510e69276757dc2 | |
parent | 1b8fd7e65af980c42b72f584c2a957b12ca5c78b (diff) | |
download | pleroma-efd6572ffbf4cce86e28d351d3cbddd0a5334980.tar.gz |
Remove suggestions
-rw-r--r-- | config/description.exs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/config/description.exs b/config/description.exs index 2bbb12540..79e1368d0 100644 --- a/config/description.exs +++ b/config/description.exs @@ -841,12 +841,7 @@ 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", - ] + "Set to nicknames of (local) users that automatically follows every newly registered user" }, %{ key: :attachment_links, |