Assign reblogged in the Mastodon reblog status view
[akkoma] / lib / pleroma / web / activity_pub / activity_pub.ex
index c4f8470c8acee83e9bf9af32d9cd47f0a235f702..89fee2d9fade7b65983c80bba3b0e36ddb97ba90 100644 (file)
@@ -450,8 +450,8 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
          :ok <- maybe_federate(activity) do
       Enum.each(User.all_superusers(), fn superuser ->
         superuser
-        |> Pleroma.AdminEmail.report(actor, account, statuses, content)
-        |> Pleroma.Mailer.deliver_async()
+        |> Pleroma.Emails.AdminEmail.report(actor, account, statuses, content)
+        |> Pleroma.Emails.Mailer.deliver_async()
       end)
 
       {:ok, activity}