Merge branch 'develop' into 'develop'
[akkoma] / lib / pleroma / web / ostatus / ostatus_controller.ex
index 9392a97f0e6ca32c997ec694669010ad5fdc9eab..302ff38a457716b06e557892c2315ce7aa1d6e0d 100644 (file)
@@ -14,7 +14,6 @@ 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)