Remote interaction with posts (#198)
[akkoma] / lib / pleroma / web / router.ex
index cc63b2b049d3c31f9162804340fdd95bd3c46c18..f722d94f72ca08d89d9fe81a42a3810d4a20f19e 100644 (file)
@@ -337,6 +337,7 @@ defmodule Pleroma.Web.Router do
     pipe_through(:pleroma_html)
 
     post("/main/ostatus", UtilController, :remote_subscribe)
+    get("/main/ostatus", UtilController, :show_subscribe_form)
     get("/ostatus_subscribe", RemoteFollowController, :follow)
     post("/ostatus_subscribe", RemoteFollowController, :do_follow)
   end