lemmy/crates/api_common/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.rs Clean up reporting (#1776) 2021-09-28 10:36:17 +00:00
community.rs User / community blocking. Fixes #426 (#1604) 2021-08-19 20:54:15 +00:00
lib.rs Dont allow posts to deleted / removed communities. Fixes #1827 (#1828) 2021-10-14 16:33:19 +00:00
person.rs Adding honeypot to user and post creation. Fixes #1802 (#1803) 2021-10-01 11:37:39 +00:00
post.rs Adding honeypot to user and post creation. Fixes #1802 (#1803) 2021-10-01 11:37:39 +00:00
site.rs Fixing ResolveObject API and unit tests (#1713) 2021-08-23 17:25:39 +02:00
websocket.rs Split api crate into api_structs and api 2021-03-25 20:19:40 +01:00