forked from YokaiRick/akkoma
fix multi-after-transaction
This commit is contained in:
parent
7502da993b
commit
67f8bdce4f
1 changed files with 0 additions and 3 deletions
|
@ -536,7 +536,6 @@ defp add_notifications(meta, notifications) 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 @@ def handle_after_transaction(meta) do
|
|||
|> send_notifications()
|
||||
|> send_streamables()
|
||||
end
|
||||
|
||||
def handle_after_transaction(_), do: :ok
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue