Web.Router: Add routes for Conversation mastoAPI
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Sun, 17 Mar 2019 16:06:28 +0000 (17:06 +0100)
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>
Sun, 17 Mar 2019 16:06:28 +0000 (17:06 +0100)
lib/pleroma/web/router.ex

index befd382bac5b4e139d9ba02ab0b2e84742f81401..6d000b7f5a82066babf3dfdcdb8ecaf5fe639aca 100644 (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)