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
|
||||
|
||||
require Pleroma.Constants
|
||||
require Logger
|
||||
|
||||
@doc """
|
||||
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
|
||||
end
|
||||
else
|
||||
{:quoting?, _} ->
|
||||
object
|
||||
|
||||
_ ->
|
||||
object
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue