do the same for soapbox
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 29 Jul 2022 09:10:12 +0000 (10:10 +0100)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Fri, 29 Jul 2022 09:10:12 +0000 (10:10 +0100)
lib/pleroma/web/activity_pub/transmogrifier.ex

index dfd2c5dc87c2cecdd308ea2e2aab1666d2bd4f60..604fc631093fe026746a746d8804bcd107ec511e 100644 (file)
@@ -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