diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-01-21 16:51:12 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2021-01-21 16:51:12 +0100 |
commit | f90fa11db5935521f662ce0d9c608a1037e40da8 (patch) | |
tree | 9a5bb397170bb5880934f5695854865935c6e9c9 /app/controllers | |
parent | 73d5b050196e9fdbe4c09f7d8650eed7562f2a08 (diff) | |
parent | 7d0031a515a9ccd552fab9ad55b6edb7e0e5ba32 (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/statuses_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/statuses_controller.rb b/app/controllers/statuses_controller.rb index a6ab8828f..3290224b4 100644 --- a/app/controllers/statuses_controller.rb +++ b/app/controllers/statuses_controller.rb @@ -8,7 +8,7 @@ class StatusesController < ApplicationController layout 'public' - before_action :require_signature!, only: :show, if: -> { request.format == :json && authorized_fetch_mode? } + before_action :require_signature!, only: [:show, :activity], if: -> { request.format == :json && authorized_fetch_mode? } before_action :set_status before_action :set_instance_presenter before_action :set_link_headers |