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

Remove suggestions for autofollower_nicknames

See merge request pleroma/pleroma!3088
This commit is contained in:
Haelwenn 2020-10-19 23:16:24 +00:00
commit fe160330e6
1 changed files with 1 additions and 7 deletions

View File

@ -829,13 +829,7 @@
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,