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.
lemmy/crates/db_views/src
Dessalines eb1245bceb
When using `saved_only`, sort posts / comments by the saved publish time, not the item creation time (#4479)
* Work on saved selection.

* Using single value for join.

* Removing unecessary check.

* Remove saved_only pointless block.
3 months ago
..
comment_report_view.rs Ignore expired bans in CommentReportView::read, just like in CommentReportQuery::list (#4457) 3 months ago
comment_view.rs When using `saved_only`, sort posts / comments by the saved publish time, not the item creation time (#4479) 3 months ago
custom_emoji_view.rs Make functions work with both connection and pool (#3420) 11 months ago
lib.rs Adding /post/like/list and /comment/like/list for admins. (#4332) 5 months ago
local_user_view.rs Making login case-insensitive. Fixes #4272 (#4273) 6 months ago
post_report_view.rs Auto resolve reports on removing a comment or post. Fixes #4390 (#4402) 3 months ago
post_view.rs When using `saved_only`, sort posts / comments by the saved publish time, not the item creation time (#4479) 3 months ago
private_message_report_view.rs Add macro assert_length!() for tests (#4348) 5 months ago
private_message_view.rs Blocking an instance also hides private messages from their users. (#4447) 3 months ago
registration_application_view.rs Use `pretty_assertions` for assertions (#4347) 5 months ago
site_view.rs Use Queryable instead of JoinView (#3917) 9 months ago
structs.rs Adding ability to hide posts. (#4480) 3 months ago
vote_view.rs Use `pretty_assertions` for assertions (#4347) 5 months ago