Add tag timelines.
This commit is contained in:
parent
b0363e8055
commit
fc85c9f086
4 changed files with 34 additions and 1 deletions
|
|
@ -65,6 +65,7 @@ defmodule Pleroma.Web.Router do
|
|||
post "/apps", MastodonAPIController, :create_app
|
||||
|
||||
get "/timelines/public", MastodonAPIController, :public_timeline
|
||||
get "/timelines/tag/:tag", MastodonAPIController, :hashtag_timeline
|
||||
|
||||
get "/statuses/:id", MastodonAPIController, :get_status
|
||||
get "/statuses/:id/context", MastodonAPIController, :get_context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue