forked from AkkomaGang/akkoma
return empty array for api/qvitter/mutes.json queries instead of html
This commit is contained in:
parent
ad28854f47
commit
f2badd4424
1 changed files with 1 additions and 0 deletions
|
@ -269,6 +269,7 @@ def user_fetcher(username) do
|
|||
get("/friendships/no_retweets/ids", TwitterAPI.Controller, :empty_array)
|
||||
|
||||
get("/mutes/users/ids", TwitterAPI.Controller, :empty_array)
|
||||
get("/qvitter/mutes.json", TwitterAPI.Controller, :empty_array)
|
||||
|
||||
get("/externalprofile/show", TwitterAPI.Controller, :external_profile)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue