lemmy/crates/db_views/src
dullbananas a7ba5c9dd3
Sort by post id in post view (#4270)
* Sort by post id in post view

* Remove tie_breaker

---------

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
Co-authored-by: Nutomic <me@nutomic.com>
2023-12-15 06:42:28 -05:00
..
comment_report_view.rs Registrations and Reports should sort by New when viewing unresolved / unread. (#4207) 2023-11-29 11:08:23 +01:00
comment_view.rs Show federated posts on user profile. Fixes #4228 (#4229) 2023-12-11 14:36:12 -05:00
custom_emoji_view.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
lib.rs Add Custom Emojis Support (#2616) 2023-03-20 17:32:31 -04:00
local_user_view.rs Making login case-insensitive. Fixes #4272 (#4273) 2023-12-15 11:34:17 +01:00
post_report_view.rs Registrations and Reports should sort by New when viewing unresolved / unread. (#4207) 2023-11-29 11:08:23 +01:00
post_view.rs Sort by post id in post view (#4270) 2023-12-15 06:42:28 -05:00
private_message_report_view.rs Also order reports by oldest first (ref #4123) (#4129) 2023-11-06 05:29:30 -05:00
private_message_view.rs Remove id column and use different primary key on some tables (#4093) 2023-11-13 08:14:07 -05:00
registration_application_view.rs Registrations and Reports should sort by New when viewing unresolved / unread. (#4207) 2023-11-29 11:08:23 +01:00
site_view.rs Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02:00
structs.rs Adding creator_is_admin to PersonView, CommentView, and PostView. (#4165) 2023-11-21 11:20:24 -05:00