projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22bbe27
)
TwitterAPI: Add unimplemented /mutes/users/ids.
author
eal
<eal@waifu.club>
Tue, 14 Nov 2017 14:12:52 +0000
(16:12 +0200)
committer
eal
<eal@waifu.club>
Tue, 14 Nov 2017 14:12:52 +0000
(16:12 +0200)
lib/pleroma/web/router.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/router.ex
b/lib/pleroma/web/router.ex
index 1fb8cb51a862d6724bc9bb2ea8c46e6f3b77a786..339c10a6680a9f070ccaa2a6acc1eab07e611173 100644
(file)
--- 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