Browse Source

Add /statuses/mentions_timeline route

tags/v0.9.9
dtluna 7 years ago
parent
commit
7a018a8d3b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lib/pleroma/web/router.ex

+ 1
- 0
lib/pleroma/web/router.ex View 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


Loading…
Cancel
Save