diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-05-26 22:49:47 +0200 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-05-26 22:49:47 +0200 |
commit | 7c6fff34d059c90eafdb1beeb2597a9606453582 (patch) | |
tree | c1376f9a3a7533c2d43fc9e281c92d168e941846 /app/controllers/activitypub | |
parent | a33a0f69523298520704b98d4dc7fdd1accae642 (diff) | |
parent | 52f4e834f293c9fdbf5805639d022ac4e3856b75 (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'app/controllers/activitypub')
-rw-r--r-- | app/controllers/activitypub/base_controller.rb | 1 |
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 |