Skip to content
Snippets Groups Projects
Commit f2badd44 authored by Vivian Lim's avatar Vivian Lim
Browse files

return empty array for api/qvitter/mutes.json queries instead of html

parent ad28854f
Branches
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment