diff options
author | lain <lain@soykaf.club> | 2019-04-10 17:48:31 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-04-10 17:48:31 +0200 |
commit | c352a0aba601ae444bf5b479ab3c643728a8b35e (patch) | |
tree | 825af2db472a0a94c346a63e597c98bbb495c997 /lib/pleroma/web/router.ex | |
parent | de57094fca505e7dbf1a84fef5fb31fae68f2709 (diff) | |
download | pleroma-c352a0aba601ae444bf5b479ab3c643728a8b35e.tar.gz |
Conversations: Make tests run.
Diffstat (limited to 'lib/pleroma/web/router.ex')
-rw-r--r-- | lib/pleroma/web/router.ex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/router.ex b/lib/pleroma/web/router.ex index 0af743b80..dc5119c50 100644 --- a/lib/pleroma/web/router.ex +++ b/lib/pleroma/web/router.ex @@ -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) |