[#534] Refactoring / tweaks per MR review.
[akkoma] / lib / pleroma / web / ostatus / ostatus_controller.ex
index ce022bcc1306867f8a6dfdd753440a2905546e6a..e483447ed7fb15bc0b154b3c4cb803c637ed2023 100644 (file)
@@ -15,6 +15,8 @@ defmodule Pleroma.Web.OStatus.OStatusController do
   alias Pleroma.Web.ActivityPub.ActivityPub
 
   plug(Pleroma.Web.FederatingPlug when action in [:salmon_incoming])
+  plug(Pleroma.Web.Plugs.SetRequesterReachablePlug when action in [:salmon_incoming])
+
   action_fallback(:errors)
 
   def feed_redirect(conn, %{"nickname" => nickname}) do