TwitterAPI: Add unimplemented /mutes/users/ids.
This commit is contained in:
parent
22bbe27115
commit
163c658202
@ -192,6 +192,8 @@ defmodule Pleroma.Web.Router do
|
||||
get "/friends/ids", TwitterAPI.Controller, :friends_ids
|
||||
get "/friendships/no_retweets/ids", TwitterAPI.Controller, :empty_array
|
||||
|
||||
get "/mutes/users/ids", TwitterAPI.Controller, :empty_array
|
||||
|
||||
get "/externalprofile/show", TwitterAPI.Controller, :external_profile
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user