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
Matt Jankowski b57eed4584 Remove order prior to .find_in_batches (#1470)
The `Status` class has a default order on it, so when this query gets built and
gets all the way to `find_in_batches` there is an order already there.

When `find_in_batches` is run it discards any existing order on the query, and
emits a warning to the logs if there is one there.

This change removes the order prior calling `find_in_batches`, which will stop
the logged warning from occurring as well.
9 years ago
..
assets Add username as a title for mentions (#1385) 9 years ago
controllers API param to exclude notification types from response (#1341) 9 years ago
helpers Clean up generation of account webfinger string (#1477) 9 years ago
lib Remove order prior to .find_in_batches (#1470) 9 years ago
mailers Add digest e-mails 9 years ago
models API param to exclude notification types from response (#1341) 9 years ago
presenters Clean up about page (#1282) 9 years ago
services Get handle from atom feed's author/email field instead of guessing from URL (#1344) 9 years ago
views Fix issue with missing emojify class in views (#1455) 9 years ago
workers Fix for Import issue from URL (#1416) 9 years ago