diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-10-31 08:37:32 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-10-31 08:37:32 +0100 |
commit | 1fe4e5e38c17a726e6aea5d6033139653e89a379 (patch) | |
tree | 910675cc3b8d9022f65bcfa9bee1acee6af8d0e4 /app/controllers | |
parent | 5fd758fad18830e9e4b7baeccd87977397cf824a (diff) | |
parent | 26478f461cafc42d39bc0baf235989e1df7ee0bb (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'app/controllers')
-rw-r--r-- | app/controllers/api/v1/timelines/tag_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/api/v1/timelines/tag_controller.rb b/app/controllers/api/v1/timelines/tag_controller.rb index 9f3a5b3f1..64a1db58d 100644 --- a/app/controllers/api/v1/timelines/tag_controller.rb +++ b/app/controllers/api/v1/timelines/tag_controller.rb @@ -36,7 +36,6 @@ class Api::V1::Timelines::TagController < Api::BaseController TagFeed.new( @tag, current_account, - locale: content_locale, any: params[:any], all: params[:all], none: params[:none], |