Merge branch '1559-follow-request-notifications' into 'develop'
[akkoma] / config / config.exs
index 3357e23e724b5804f629cb921b69d73e6bf18dda..6b881e1b2fb98da4270643a7c6fa3756a58869c8 100644 (file)
@@ -581,6 +581,8 @@ config :pleroma, :email_notifications,
     inactivity_threshold: 7
   }
 
+config :pleroma, :notifications, enable_follow_request_notifications: false
+
 config :pleroma, :oauth2,
   token_expires_in: 600,
   issue_new_refresh_token: true,