TwitterAPI: Add unimplemented /mutes/users/ids.

This commit is contained in:
eal 2017-11-14 16:12:52 +02:00
parent 22bbe27115
commit 163c658202
1 changed files with 2 additions and 0 deletions

View File

@ -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