diff options
author | eal <eal@waifu.club> | 2017-11-14 16:12:52 +0200 |
---|---|---|
committer | eal <eal@waifu.club> | 2017-11-14 16:12:52 +0200 |
commit | 163c65820265de5d5dbed50831c218444ebbbed1 (patch) | |
tree | fcba72cd39d150b8d816e87e848925c01d5833a9 /lib | |
parent | 22bbe271154731902f94ce9a8b035cb18c58e437 (diff) | |
download | pleroma-163c65820265de5d5dbed50831c218444ebbbed1.tar.gz |
TwitterAPI: Add unimplemented /mutes/users/ids.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pleroma/web/router.ex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pleroma/web/router.ex b/lib/pleroma/web/router.ex index 1fb8cb51a..339c10a66 100644 --- a/lib/pleroma/web/router.ex +++ b/lib/pleroma/web/router.ex @@ -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 |