TwitterAPI: Add unimplemented /mutes/users/ids.
authoreal <eal@waifu.club>
Tue, 14 Nov 2017 14:12:52 +0000 (16:12 +0200)
committereal <eal@waifu.club>
Tue, 14 Nov 2017 14:12:52 +0000 (16:12 +0200)
lib/pleroma/web/router.ex

index 1fb8cb51a862d6724bc9bb2ea8c46e6f3b77a786..339c10a6680a9f070ccaa2a6acc1eab07e611173 100644 (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