Merge branch 'develop' into 'feature/autofollowing'
[akkoma] / config / description.exs
index 0da1da57d85a55b35ef9f8e0a712b3e52ab37a90..1c300cc45949fe402a24bceb7ab12ef3361c66fd 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,