Merge branch 'develop' into issue/1276-2
[akkoma] / lib / pleroma / web / twitter_api / controllers / remote_follow_controller.ex
index fbf31c7eb1a2a1c03affe32268bbd0e1352b35c1..89da760da335699fad61a7b0815a69ca79d85a4f 100644 (file)
@@ -16,6 +16,8 @@ defmodule Pleroma.Web.TwitterAPI.RemoteFollowController do
 
   @status_types ["Article", "Event", "Note", "Video", "Page", "Question"]
 
+  plug(Pleroma.Web.FederatingPlug)
+
   # Note: follower can submit the form (with password auth) not being signed in (having no token)
   plug(
     OAuthScopesPlug,