logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: fe160330e6ea60be0094cdc3f42b5e3c44c66d5d
parent 0495a07dc77d81abf46cbe166ae3fec14f705809
Author: Haelwenn <contact+git.pleroma.social@hacktivis.me>
Date:   Mon, 19 Oct 2020 23:16:24 +0000

Merge branch 'fix/autofollower-suggestions' into 'develop'

Remove suggestions for autofollower_nicknames

See merge request pleroma/pleroma!3088

Diffstat:

Mconfig/description.exs8+-------
1 file changed, 1 insertion(+), 7 deletions(-)

diff --git 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,