From: FloatingGhost Date: Fri, 29 Jul 2022 09:10:12 +0000 (+0100) Subject: do the same for soapbox X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=db99edacfe5431130e33d85addc902a72cee639e;p=akkoma do the same for soapbox --- diff --git a/lib/pleroma/web/activity_pub/transmogrifier.ex b/lib/pleroma/web/activity_pub/transmogrifier.ex index dfd2c5dc8..604fc6310 100644 --- a/lib/pleroma/web/activity_pub/transmogrifier.ex +++ b/lib/pleroma/web/activity_pub/transmogrifier.ex @@ -193,6 +193,7 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier do def fix_quote_url(%{"quoteUrl" => quote_url} = object, options) do object |> Map.put("quoteUri", quote_url) + |> Map.delete("quoteUrl") |> fix_quote_url(options) end