X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fweb%2Frouter.ex;h=9ce35ad6bd597d68ead6fd7af1bc72b4b139bfbc;hb=73609211a425922a5068d3912a36b82abe24e12c;hp=965cd507ff4707d00c2b2383e718d1eb1288ca96;hpb=b96a58ff280d57e06505228f9d8a172d47ec8578;p=akkoma diff --git a/lib/pleroma/web/router.ex b/lib/pleroma/web/router.ex index 965cd507f..9ce35ad6b 100644 --- a/lib/pleroma/web/router.ex +++ b/lib/pleroma/web/router.ex @@ -475,6 +475,7 @@ defmodule Pleroma.Web.Router do post("/accounts/:id/unblock", AccountController, :unblock) post("/accounts/:id/mute", AccountController, :mute) post("/accounts/:id/unmute", AccountController, :unmute) + post("/accounts/:id/note", AccountController, :note) get("/conversations", ConversationController, :index) post("/conversations/:id/read", ConversationController, :mark_as_read)