diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-10-20 17:27:29 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-10-20 17:27:29 +0400 |
commit | e87901c424015b79e2412310f41e74f3f0e71544 (patch) | |
tree | b2214aa2a81311a21ec871a1f16881db6a52025b /config/description.exs | |
parent | ad605e3e16ba3f6ee3df7a0a3e6705036fef369f (diff) | |
parent | 44b2a137d12a4ded75586f919ad1c927c6677a70 (diff) | |
download | pleroma-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.exs | 8 |
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, |