forked from AkkomaGang/akkoma
Web.Router: Add routes for Conversation mastoAPI
This commit is contained in:
parent
42d034505a
commit
f6fab01ba7
1 changed files with 3 additions and 0 deletions
|
@ -243,6 +243,9 @@ defmodule Pleroma.Web.Router do
|
||||||
|
|
||||||
get("/suggestions", MastodonAPIController, :suggestions)
|
get("/suggestions", MastodonAPIController, :suggestions)
|
||||||
|
|
||||||
|
get("/conversations", MastodonAPIController, :conversations)
|
||||||
|
get("/conversations/:id/read", MastodonAPIController, :get_conversation)
|
||||||
|
|
||||||
get("/endorsements", MastodonAPIController, :empty_array)
|
get("/endorsements", MastodonAPIController, :empty_array)
|
||||||
|
|
||||||
get("/pleroma/flavour", MastodonAPIController, :get_flavour)
|
get("/pleroma/flavour", MastodonAPIController, :get_flavour)
|
||||||
|
|
Loading…
Reference in a new issue