fully reference es

This commit is contained in:
FloatingGhost 2021-12-12 19:40:31 +00:00
parent 67f8bdce4f
commit ee1a2fc451

View file

@ -538,7 +538,7 @@ defmodule Pleroma.Web.ActivityPub.SideEffects do
@impl true @impl true
def handle_after_transaction(%{data: %{"type" => "Create"}} = activity) do def handle_after_transaction(%{data: %{"type" => "Create"}} = activity) do
Elasticsearch.put_by_id(activity.id) Pleroma.Elasticsearch.put_by_id(activity.id)
end end
def handle_after_transaction(meta) do def handle_after_transaction(meta) do