diff options
author | feld <feld@feld.me> | 2020-10-27 17:42:24 +0000 |
---|---|---|
committer | feld <feld@feld.me> | 2020-10-27 17:42:24 +0000 |
commit | e062329a177e1a1382cb3a44ef71e6d278b4963e (patch) | |
tree | 1d98291af1a0d0c64794bc2b4e13ee7e62c634bc /config/description.exs | |
parent | d16336e7fbf7851ee5f50a17747067f2be741581 (diff) | |
parent | 2f7401806bbe5427bbcaa7cdce35130320ae3bb4 (diff) | |
download | pleroma-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.exs | 8 |
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, |