Merge branch 'feature/autofollowing' into 'develop'
[akkoma] / config / description.exs
index 55363c45ae655135772325f889a92deb3c707ab4..0bfa9979f91ab37f11226d60eec2b8f05b497116 100644 (file)
@@ -831,6 +831,12 @@ config :pleroma, :config_description, [
         description:
           "Set to nicknames of (local) users that every new user should automatically follow"
       },
+      %{
+        key: :autofollowing_nicknames,
+        type: {:list, :string},
+        description:
+          "Set to nicknames of (local) users that automatically follows every newly registered user"
+      },
       %{
         key: :attachment_links,
         type: :boolean,