lemmy/crates/db_views/src
dullbananas 32afc32bc0
Correctly combine sorts in post view cursor-based pagination (#4247)
* Update post_view.rs

* Update post_view.rs

* Update Cargo.toml

* Update post_view.rs

* fix

* Update post_view.rs

---------

Co-authored-by: SleeplessOne1917 <abias1122@gmail.com>
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
2023-12-14 07:10:01 -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 Use Queryable instead of JoinView (#3917) 2023-08-31 15:26:10 +02: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 Correctly combine sorts in post view cursor-based pagination (#4247) 2023-12-14 07:10:01 -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