mirror of
https://git.rape.pet/ulith/amputoma.git
synced 2025-02-24 13:43:59 +01:00
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 @@ 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…
Add table
Reference in a new issue