Enable user timelines.
This commit is contained in:
parent
a1cabeea4a
commit
eb18b9ebba
14 changed files with 27 additions and 17 deletions
|
|
@ -33,6 +33,7 @@ defmodule Pleroma.Web.Router do
|
|||
get "/statuses/public_and_external_timeline", TwitterAPI.Controller, :public_and_external_timeline
|
||||
get "/statuses/networkpublic_timeline", TwitterAPI.Controller, :public_and_external_timeline
|
||||
get "/statuses/user_timeline", TwitterAPI.Controller, :user_timeline
|
||||
get "/qvitter/statuses/user_timeline", TwitterAPI.Controller, :user_timeline
|
||||
|
||||
get "/statuses/show/:id", TwitterAPI.Controller, :fetch_status
|
||||
get "/statusnet/conversation/:id", TwitterAPI.Controller, :fetch_conversation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue