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/api_crud/src/private_message
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
11 months ago
..
create.rs Rewrite remaining federation actions, get rid of PerformCrud trait (#3794) 11 months ago
delete.rs Rewrite remaining federation actions, get rid of PerformCrud trait (#3794) 11 months ago
mod.rs Rewrite some API handlers to remove Perform trait (#3735) 11 months ago
read.rs Allow filtering PMs by sender (#3770) 11 months ago
update.rs Rewrite remaining federation actions, get rid of PerformCrud trait (#3794) 11 months ago