Web.Router: Add routes for Conversation mastoAPI
This commit is contained in:
parent
42d034505a
commit
f6fab01ba7
@ -243,6 +243,9 @@ defmodule Pleroma.Web.Router do
|
||||
|
||||
get("/suggestions", MastodonAPIController, :suggestions)
|
||||
|
||||
get("/conversations", MastodonAPIController, :conversations)
|
||||
get("/conversations/:id/read", MastodonAPIController, :get_conversation)
|
||||
|
||||
get("/endorsements", MastodonAPIController, :empty_array)
|
||||
|
||||
get("/pleroma/flavour", MastodonAPIController, :get_flavour)
|
||||
|
Loading…
Reference in New Issue
Block a user