forked from AkkomaGang/akkoma
require logger
This commit is contained in:
parent
7f6e35ece4
commit
49ed27cd96
1 changed files with 1 additions and 4 deletions
|
@ -26,6 +26,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier do
|
||||||
import Ecto.Query
|
import Ecto.Query
|
||||||
|
|
||||||
require Pleroma.Constants
|
require Pleroma.Constants
|
||||||
|
require Logger
|
||||||
|
|
||||||
@doc """
|
@doc """
|
||||||
Modifies an incoming AP object (mastodon format) to our internal format.
|
Modifies an incoming AP object (mastodon format) to our internal format.
|
||||||
|
@ -161,10 +162,6 @@ def fix_quote_url(%{"quoteUri" => quote_url} = object, options)
|
||||||
object
|
object
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
{:quoting?, _} ->
|
|
||||||
object
|
|
||||||
|
|
||||||
_ ->
|
|
||||||
object
|
object
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue