mastodon/app/models
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.
2017-07-03 13:17:27 +02:00
..
concerns Rescue exceptions caused by FetchLinkCardService (#4045) 2017-07-03 11:03:34 +02:00
form
web
account.rb
account_domain_block.rb
account_filter.rb
application_record.rb
block.rb
conversation.rb
conversation_mute.rb
domain_block.rb
export.rb
favourite.rb
feed.rb Remove sort in Feed (#4050) 2017-07-03 13:17:27 +02:00
follow.rb
follow_request.rb
import.rb
instance.rb
media_attachment.rb
mention.rb
mute.rb
notification.rb
preview_card.rb
remote_follow.rb
remote_profile.rb
report.rb
report_filter.rb
session_activation.rb Do not fail to create access token if superapp was never created (#3986) 2017-06-28 17:43:48 +02:00
setting.rb
status.rb
stream_entry.rb
subscription.rb
tag.rb
user.rb Add overview of active sessions (#3929) 2017-06-25 16:54:30 +02:00
web.rb