Merge remote-tracking branch 'origin/develop' into conversations_three
[akkoma] / lib / pleroma / web / router.ex
index ff4f08af57a58a16cf7db7d033577bece2349649..6d9c77c1aa62646d793d31f8760ec442c0a09e9d 100644 (file)
@@ -276,6 +276,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)