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
Akihiko Odaki (@fn_aki@pawoo.net) f85dbe83c8 Remove sort in Feed (#4050)
In from_redis method, statuses retrieved from the database was mapped to
the IDs retrieved from Redis. It was equivalent to order from high to low
because those IDs are sorted in the same order.
Statuses are ordered with the ID by default, so we do not have to reorder.
Sorting statuses in the database is even faster since the IDs are indexed
with B-tree.
7 years ago
..
controllers
helpers Add fa-fw class to user agent icon (#4047) 7 years ago
javascript
lib
mailers
models Remove sort in Feed (#4050) 7 years ago
policies
presenters Bump version, improve how version is stored for better commit history (#2526) 8 years ago
services
validators
views Add fa-fw class to user agent icon (#4047) 7 years ago
workers