diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/description.exs | 8 | 
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,  | 
