about summary refs log tree commit diff
path: root/app/controllers/activitypub/base_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/activitypub/base_controller.rb')
-rw-r--r--app/controllers/activitypub/base_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/activitypub/base_controller.rb b/app/controllers/activitypub/base_controller.rb
index 196d85a32..b8a7e0ab9 100644
--- a/app/controllers/activitypub/base_controller.rb
+++ b/app/controllers/activitypub/base_controller.rb
@@ -2,6 +2,7 @@
 
 class ActivityPub::BaseController < Api::BaseController
   skip_before_action :require_authenticated_user!
+  skip_before_action :require_not_suspended!
   skip_around_action :set_locale
 
   private