fully reference es
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Sun, 12 Dec 2021 19:40:31 +0000 (19:40 +0000)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Sun, 12 Dec 2021 19:40:31 +0000 (19:40 +0000)
lib/pleroma/web/activity_pub/side_effects.ex

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