add option to not unfollow on block, and option to not federate outgoing blocks
[akkoma] / config / config.exs
index d3f9cf6e497d6aae0a31112cf8028c0ab1958275..dc2b42a8bcda87839e752ab6ebe2fe542f090c59 100644 (file)
@@ -54,7 +54,13 @@ config :pleroma, :instance,
   registrations_open: true,
   federating: true,
   rewrite_policy: Pleroma.Web.ActivityPub.MRF.NoOpPolicy,
-  public: true
+  public: true,
+  quarantined_instances: []
+
+config :pleroma, :activitypub,
+  accept_blocks: true,
+  unfollow_blocked: true,
+  outgoing_blocks: true
 
 config :pleroma, :mrf_simple,
   media_removal: [],