You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/controllers/api/v1/timelines
Akihiko Odaki e26e7a1cb5
Replace incorrect use of distinct with group (#14675)
Some uses of ActiveRecord::QueryMethods#distinct pass field names but they
are incorrect for the current version of Rails.

ActiveRecord::QueryMethods#group provides the expected behavior and
benefits performance. See commit 6da24aad4c.
6 years ago
..
home_controller.rb Remove useless `respond_to` calls (#13208) 6 years ago
list_controller.rb Support min_id-based pagination in REST API (#8736) 8 years ago
public_controller.rb Replace incorrect use of distinct with group (#14675) 6 years ago
tag_controller.rb Use Status.group instead of Status.distinct in HashQueryService (#14662) 6 years ago