lemmy/crates/db_views/src
Alex Lavallee f9c2ba1cfa
Allow filtering PMs by sender (#3770)
* Allow filtering PMs by sender

* Fix retreiving own messages when filtering pm creator id

* Add tests

* Undo rename

* Fix PM tests

* Fix formatting for PMs

* Fix PM test formatting

* Rename PM creator_id field

* Fix PM formatting
2023-08-08 11:07:41 +02:00
..
comment_report_view.rs Use same table join code for both read and list functions (#3663) 2023-07-28 10:36:50 +02:00
comment_view.rs Fix ordering when doing a comment_parent type list_comments (#3823) 2023-08-07 11:11:07 +02: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 same table join code for both read and list functions (#3663) 2023-07-28 10:36:50 +02:00
post_report_view.rs Use same table join code for both read and list functions (#3663) 2023-07-28 10:36:50 +02:00
post_view.rs Fix ordering when doing a comment_parent type list_comments (#3823) 2023-08-07 11:11:07 +02:00
private_message_report_view.rs Use same table join code for both read and list functions (#3663) 2023-07-28 10:36:50 +02:00
private_message_view.rs Allow filtering PMs by sender (#3770) 2023-08-08 11:07:41 +02:00
registration_application_view.rs Use same table join code for both read and list functions (#3663) 2023-07-28 10:36:50 +02:00
site_view.rs Make functions work with both connection and pool (#3420) 2023-07-11 09:09:59 -04:00
structs.rs Add controversial ranking (#3205) 2023-07-26 13:07:05 -04:00