ensure quote fetching obeys max thread distance #119
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue