From: dtluna Date: Thu, 20 Apr 2017 21:29:08 +0000 (+0300) Subject: Add /statuses/mentions_timeline route X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=7a018a8d3bde27cdede0d7b942d23f1687c25f16;p=akkoma Add /statuses/mentions_timeline route --- diff --git a/lib/pleroma/web/router.ex b/lib/pleroma/web/router.ex index 28a54ec95..6a2b37aec 100644 --- 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