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/post
Dessalines a3bf2f1cf1
Auto resolve reports on removing a comment or post. Fixes #4390 (#4402)
* Automatically resolve report when post/comment is removed (#3850)

* Automatically resolve report when post/comment is removed

* also handle apub removes

* Removing auto-resolve report triggers.

* Dont allow creating reports for deleted / removed items.

* Running pgformat.

* Fixing test.

* Addressing PR comments.

* Forgot comment report.

---------

Co-authored-by: Nutomic <me@nutomic.com>
4 months ago
..
create.rs Adding ability to specify a custom post thumbnail. (#4425) 4 months ago
delete.rs Make request models derive PartialEq, Eq, and Hash (#4443) 4 months ago
mod.rs Rewrite some API handlers to remove Perform trait (#3735) 10 months ago
read.rs Remove explicit auth params (#3946) 8 months ago
remove.rs Auto resolve reports on removing a comment or post. Fixes #4390 (#4402) 4 months ago
update.rs Adding ability to specify a custom post thumbnail. (#4425) 4 months ago