forked from AkkomaGang/akkoma
fully reference es
This commit is contained in:
parent
67f8bdce4f
commit
ee1a2fc451
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ defp add_notifications(meta, notifications) 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
|
||||||
|
|
Loading…
Reference in a new issue