require logger

This commit is contained in:
Floatingghost 2024-04-13 22:25:31 +01:00
parent 7f6e35ece4
commit 49ed27cd96
1 changed files with 1 additions and 4 deletions

View File

@ -26,6 +26,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier do
import Ecto.Query
require Pleroma.Constants
require Logger
@doc """
Modifies an incoming AP object (mastodon format) to our internal format.
@ -161,10 +162,6 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier do
object
end
else
{:quoting?, _} ->
object
_ ->
object
end
end