projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27c5324
)
Add /statuses/mentions_timeline route
author
dtluna
<dtluna@openmailbox.org>
Thu, 20 Apr 2017 21:29:08 +0000
(
00:29
+0300)
committer
dtluna
<dtluna@openmailbox.org>
Thu, 20 Apr 2017 21:29:08 +0000
(
00:29
+0300)
lib/pleroma/web/router.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/router.ex
b/lib/pleroma/web/router.ex
index 28a54ec955b3a4d80e78c448a883a448c96e1c66..6a2b37aecd6c104f662099f3cb51ec6acf004dca 100644
(file)
--- a/
lib/pleroma/web/router.ex
+++ b/
lib/pleroma/web/router.ex
@@
-44,6
+44,7
@@
defmodule Pleroma.Web.Router do
get "/statuses/home_timeline", TwitterAPI.Controller, :friends_timeline
get "/statuses/friends_timeline", TwitterAPI.Controller, :friends_timeline
get "/statuses/mentions", TwitterAPI.Controller, :mentions_timeline
+ get "/statuses/mentions_timeline", TwitterAPI.Controller, :mentions_timeline
post "/statuses/update", TwitterAPI.Controller, :status_update
post "/statuses/retweet/:id", TwitterAPI.Controller, :retweet