Merge branch 'develop' into stable
[akkoma] / lib / pleroma / web / router.ex
index 838599c4d65158e5b6e0f9aa9e5a87dd5e4c152a..71a9e4d29febdcac4223d043bd874eaa1c6e6066 100644 (file)
@@ -509,6 +509,7 @@ defmodule Pleroma.Web.Router do
     post("/accounts/:id/mute", AccountController, :mute)
     post("/accounts/:id/unmute", AccountController, :unmute)
     post("/accounts/:id/note", AccountController, :note)
+    post("/accounts/:id/remove_from_followers", AccountController, :remove_from_followers)
 
     get("/conversations", ConversationController, :index)
     post("/conversations/:id/read", ConversationController, :mark_as_read)