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/comment
Dessalines 2402515fcc
Dont allow posts to deleted / removed communities. Fixes #1827 (#1828)
* Dont allow posts to deleted / removed communities. Fixes #1827

* Fixing couldnt find community error.

* Adding check in createorupdate post and comment.

* make sure post wasn't deleted or removed.

* Adding a post not deleted or removed check to creatorupdatecomment.

* Using pub(crate)
3 years ago
..
create.rs Dont allow posts to deleted / removed communities. Fixes #1827 (#1828) 3 years ago
delete.rs Dont swallow API errors (fixes #1834) (#1837) 3 years ago
mod.rs Split api crate into api_structs and api 4 years ago
read.rs Dont swallow API errors (fixes #1834) (#1837) 3 years ago
update.rs Dont allow posts to deleted / removed communities. Fixes #1827 (#1828) 3 years ago