Revert "Merge branch 'revert-1ac0969c' into 'develop'"
[akkoma] / config / description.exs
index 11fbe0d788b4181957fc38332b6827f0ab6427c5..d623a9f75f3d3a110f755e61600daaea820ce75e 100644 (file)
@@ -1542,6 +1542,12 @@ config :pleroma, :config_description, [
         description: "List of instances to only accept activities from (except deletes)",
         suggestions: ["example.com", "*.example.com"]
       },
+      %{
+        key: :followers_only,
+        type: {:list, :string},
+        description: "Force posts from the given instances to be visible by followers only",
+        suggestions: ["example.com", "*.example.com"]
+      },
       %{
         key: :report_removal,
         type: {:list, :string},