Change public timelines to be filtered by current locale by default (#19291)
In the absence of an opt-in to multiple specific languages in the preferences, it makes more sense to filter by the user's presumed language only (interface language or `lang` override)
Showing
- app/controllers/api/v1/timelines/public_controller.rb 1 addition, 0 deletionsapp/controllers/api/v1/timelines/public_controller.rb
- app/controllers/api/v1/timelines/tag_controller.rb 1 addition, 0 deletionsapp/controllers/api/v1/timelines/tag_controller.rb
- app/models/public_feed.rb 12 additions, 1 deletionapp/models/public_feed.rb
- app/models/status.rb 0 additions, 1 deletionapp/models/status.rb
- app/models/tag_feed.rb 2 additions, 0 deletionsapp/models/tag_feed.rb
- spec/models/status_spec.rb 0 additions, 16 deletionsspec/models/status_spec.rb
Please register or sign in to comment