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,
|
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,
|
||||||
|
|
Loading…
Reference in a new issue