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/src/post_report
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 Auto resolve reports on removing a comment or post. Fixes #4390 (#4402) 4 months ago
list.rs Fixing issue with mods not being able to view reports. Fixes #4172 (#4174) 7 months ago
mod.rs Rewrite remaining federation actions, get rid of PerformCrud trait (#3794) 10 months ago
resolve.rs Allow reports to be resolved, even if the community is deleted / removed. (#4345) 5 months ago