Add /statuses/mentions_timeline route
authordtluna <dtluna@openmailbox.org>
Thu, 20 Apr 2017 21:29:08 +0000 (00:29 +0300)
committerdtluna <dtluna@openmailbox.org>
Thu, 20 Apr 2017 21:29:08 +0000 (00:29 +0300)
lib/pleroma/web/router.ex

index 28a54ec955b3a4d80e78c448a883a448c96e1c66..6a2b37aecd6c104f662099f3cb51ec6acf004dca 100644 (file)
@@ -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