1
0
Fork 0
mirror of https://git.youjo.love/youjo/youjo-be.git synced 2025-03-02 09:03:03 +01:00

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

Remove suggestions for autofollower_nicknames

See merge request 
This commit is contained in:
Haelwenn 2020-10-19 23:16:24 +00:00
commit fe160330e6

View file

@ -829,13 +829,7 @@ config :pleroma, :config_description, [
key: :autofollowed_nicknames, key: :autofollowed_nicknames,
type: {:list, :string}, type: {:list, :string},
description: description:
"Set to nicknames of (local) users that every new user should automatically follow", "Set to nicknames of (local) users that every new user should automatically follow"
suggestions: [
"lain",
"kaniini",
"lanodan",
"rinpatch"
]
}, },
%{ %{
key: :attachment_links, key: :attachment_links,