Merge remote-tracking branch 'upstream/develop' into develop
[akkoma] / lib / pleroma / web / activity_pub / pipeline.ex
index 0d6e8aad29630f5d8a5728bf25885739d21f5c80..ed61d850c6c8077d8c7d86d1c04c973b9e321784 100644 (file)
@@ -28,6 +28,7 @@ defmodule Pleroma.Web.ActivityPub.Pipeline do
     case Repo.transaction(fn -> do_common_pipeline(object, meta) end, Utils.query_timeout()) do
       {:ok, {:ok, activity, meta}} ->
         side_effects().handle_after_transaction(meta)
+        side_effects().handle_after_transaction(activity)
         {:ok, activity, meta}
 
       {:ok, value} ->