fix multi-after-transaction

stable
FloatingGhost 3 years ago
parent dbdf0c005e
commit 71126fea0c

@ -536,7 +536,6 @@ defmodule Pleroma.Web.ActivityPub.SideEffects do
|> Keyword.put(:notifications, notifications ++ existing)
end
@impl true
@impl true
def handle_after_transaction(%{data: %{"type" => "Create"}} = activity) do
Elasticsearch.put_by_id(activity.id)
@ -547,6 +546,4 @@ defmodule Pleroma.Web.ActivityPub.SideEffects do
|> send_notifications()
|> send_streamables()
end
def handle_after_transaction(_), do: :ok
end

Loading…
Cancel
Save