mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-27 08:16:16 +00:00
return empty array for api/qvitter/mutes.json queries instead of html
This commit is contained in:
parent
ad28854f47
commit
f2badd4424
|
@ -269,6 +269,7 @@ defmodule Pleroma.Web.Router 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