Web.Router: Add routes for Conversation mastoAPI

This commit is contained in:
Haelwenn (lanodan) Monnier 2019-03-17 17:06:28 +01:00
parent 42d034505a
commit f6fab01ba7
No known key found for this signature in database
GPG Key ID: D5B7A8E43C997DEE
1 changed files with 3 additions and 0 deletions

View File

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