do the same for soapbox
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
FloatingGhost 2022-07-29 10:10:12 +01:00
parent 4f6caae209
commit db99edacfe
1 changed files with 1 additions and 0 deletions

View 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