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.
2017-04-11 00:38:34 +02:00
..
assets Add username as a title for mentions (#1385) 2017-04-11 00:35:35 +02:00
controllers API param to exclude notification types from response (#1341) 2017-04-10 23:45:29 +02:00
helpers Clean up generation of account webfinger string (#1477) 2017-04-10 22:58:06 +02:00
lib Remove order prior to .find_in_batches (#1470) 2017-04-11 00:38:34 +02:00
mailers Add digest e-mails 2017-03-04 00:00:48 +01:00
models API param to exclude notification types from response (#1341) 2017-04-10 23:45:29 +02:00
presenters Clean up about page (#1282) 2017-04-09 14:47:25 +02:00
services Get handle from atom feed's author/email field instead of guessing from URL (#1344) 2017-04-09 18:43:48 +02:00
views Fix issue with missing emojify class in views (#1455) 2017-04-10 21:27:52 +02:00
workers Fix for Import issue from URL (#1416) 2017-04-10 12:49:34 +02:00