forked from AkkomaGang/akkoma
do the same for soapbox
This commit is contained in:
parent
4f6caae209
commit
db99edacfe
1 changed files with 1 additions and 0 deletions
|
@ -193,6 +193,7 @@ def fix_quote_url(%{"quoteUri" => quote_url} = object, options)
|
||||||
def fix_quote_url(%{"quoteUrl" => quote_url} = object, options) do
|
def fix_quote_url(%{"quoteUrl" => quote_url} = object, options) do
|
||||||
object
|
object
|
||||||
|> Map.put("quoteUri", quote_url)
|
|> Map.put("quoteUri", quote_url)
|
||||||
|
|> Map.delete("quoteUrl")
|
||||||
|> fix_quote_url(options)
|
|> fix_quote_url(options)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue