MastoAPI: Add favourited_by/reblogged_by.
This commit is contained in:
parent
ac3f32da7e
commit
b0363e8055
3 changed files with 28 additions and 0 deletions
|
|
@ -68,6 +68,8 @@ defmodule Pleroma.Web.Router do
|
|||
|
||||
get "/statuses/:id", MastodonAPIController, :get_status
|
||||
get "/statuses/:id/context", MastodonAPIController, :get_context
|
||||
get "/statuses/:id/favourited_by", MastodonAPIController, :favourited_by
|
||||
get "/statuses/:id/reblogged_by", MastodonAPIController, :reblogged_by
|
||||
|
||||
get "/accounts/:id/statuses", MastodonAPIController, :user_statuses
|
||||
get "/accounts/:id", MastodonAPIController, :user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue