Merge branch 'remake-remodel' into develop
[akkoma] / lib / pleroma / web / twitter_api / controllers / util_controller.ex
index bca0e26ebb0820ae8854b0c479fba415e16aa980..537f9f778aa967b7618bf96e1eb7657002d8dc16 100644 (file)
@@ -17,6 +17,8 @@ defmodule Pleroma.Web.TwitterAPI.UtilController do
   alias Pleroma.Web.CommonAPI
   alias Pleroma.Web.WebFinger
 
+  plug(Pleroma.Web.FederatingPlug when action == :remote_subscribe)
+
   plug(
     OAuthScopesPlug,
     %{scopes: ["follow", "write:follows"]}