Add tag timelines.

This commit is contained in:
Roger Braun 2017-09-14 13:22:09 +02:00
commit fc85c9f086
4 changed files with 34 additions and 1 deletions

View file

@ -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