The suggestions are problematic as they need to be real local account names

This commit is contained in:
Mark Felder 2020-10-16 17:41:44 +00:00
parent 023f726d7f
commit 405f27b4f8
1 changed files with 1 additions and 7 deletions

View File

@ -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,