forked from AkkomaGang/akkoma
Merge branch 'fix/autofollower-suggestions' into 'develop'
Remove suggestions for autofollower_nicknames See merge request pleroma/pleroma!3088
This commit is contained in:
commit
fe160330e6
1 changed files with 1 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue