ensure quote fetching obeys max thread distance #119

Merged
floatingghost merged 2 commits from test/ensure-thread-distance-applies-to-quotes into develop 2022-07-26 17:28:48 +00:00
Showing only changes of commit 78cf585d52 - Show all commits

View file

@ -207,7 +207,6 @@ def fix_quote_url(%{"quoteURL" => quote_url} = object, options) do
def fix_quote_url(%{"_misskey_quote" => quote_url} = object, options) do def fix_quote_url(%{"_misskey_quote" => quote_url} = object, options) do
object object
|> Map.put("quoteUri", quote_url) |> Map.put("quoteUri", quote_url)
|> IO.inspect()
|> fix_quote_url(options) |> fix_quote_url(options)
end end