The suggestions are problematic as they need to be real local account names
authorMark Felder <feld@feld.me>
Fri, 16 Oct 2020 17:41:44 +0000 (17:41 +0000)
committerMark Felder <feld@feld.me>
Fri, 16 Oct 2020 17:41:44 +0000 (17:41 +0000)
config/description.exs

index 2a18989224fd12e9c0f87a16d55ba63ea4b81847..0da1da57d85a55b35ef9f8e0a712b3e52ab37a90 100644 (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,