Conversations: Make tests run.
[akkoma] / lib / pleroma / web / router.ex
index ef38fc34de9e47d30999eed418dcfae899d98fc1..dc5119c50a7b263bab7d1510061ad9f191d1f48f 100644 (file)
@@ -272,6 +272,9 @@ defmodule Pleroma.Web.Router do
 
       get("/suggestions", MastodonAPIController, :suggestions)
 
+      get("/conversations", MastodonAPIController, :conversations)
+      post("/conversations/:id/read", MastodonAPIController, :conversation_read)
+
       get("/endorsements", MastodonAPIController, :empty_array)
 
       get("/pleroma/flavour", MastodonAPIController, :get_flavour)