Conversations: Make tests run.

This commit is contained in:
lain 2019-04-10 17:48:31 +02:00
commit c352a0aba6
3 changed files with 51 additions and 11 deletions

View file

@ -273,7 +273,7 @@ defmodule Pleroma.Web.Router do
get("/suggestions", MastodonAPIController, :suggestions)
get("/conversations", MastodonAPIController, :conversations)
get("/conversations/:id/read", MastodonAPIController, :get_conversation)
post("/conversations/:id/read", MastodonAPIController, :conversation_read)
get("/endorsements", MastodonAPIController, :empty_array)