Create MRF.filter_pipeline to inject :object_data when present
[akkoma] / lib / pleroma / web / activity_pub / mrf / subchain_policy.ex
index c9f20571fcb8616ab6b9ff9207e1204f4fb85b01..048052da69fdd5097e2271e6b621fce7e0a38813 100644 (file)
@@ -28,8 +28,7 @@ defmodule Pleroma.Web.ActivityPub.MRF.SubchainPolicy do
         }"
       )
 
-      subchain
-      |> MRF.filter(message)
+      MRF.filter(subchain, message)
     else
       _e -> {:ok, message}
     end