diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-10-30 21:29:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-30 21:29:23 +0100 |
commit | 26478f461cafc42d39bc0baf235989e1df7ee0bb (patch) | |
tree | 1c2a9a83054b4fb0fa0c9bea74791e605decf5f0 /app/controllers/api | |
parent | a529d6d93e777003019f1ab0d7ff913134625cf6 (diff) |
Remove language filtering from hashtag timelines (#19563)
Diffstat (limited to 'app/controllers/api')
-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], |