add option to not unfollow on block, and option to not federate outgoing blocks
[akkoma] / config / config.exs
index 3292bf29c6d83b1ef3c57969ee2bbdc48b8332b8..dc2b42a8bcda87839e752ab6ebe2fe542f090c59 100644 (file)
@@ -57,7 +57,10 @@ config :pleroma, :instance,
   public: true,
   quarantined_instances: []
 
-config :pleroma, :activitypub, accept_blocks: true
+config :pleroma, :activitypub,
+  accept_blocks: true,
+  unfollow_blocked: true,
+  outgoing_blocks: true
 
 config :pleroma, :mrf_simple,
   media_removal: [],