mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 10:09:02 +00:00
fully reference es
This commit is contained in:
parent
71126fea0c
commit
a504e250a9
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue