lemmy/crates/api_crud/src
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)
2021-10-14 16:33:19 +00:00
..
comment Dont allow posts to deleted / removed communities. Fixes #1827 (#1828) 2021-10-14 16:33:19 +00:00
community Dont swallow API errors (fixes #1834) (#1837) 2021-10-13 15:50:21 -04:00
post Dont allow posts to deleted / removed communities. Fixes #1827 (#1828) 2021-10-14 16:33:19 +00:00
private_message Dont swallow API errors (fixes #1834) (#1837) 2021-10-13 15:50:21 -04:00
site Dont swallow API errors (fixes #1834) (#1837) 2021-10-13 15:50:21 -04:00
user Dont swallow API errors (fixes #1834) (#1837) 2021-10-13 15:50:21 -04:00
lib.rs Running clippy --fix (#1647) 2021-07-05 16:07:26 +00:00