lemmy/crates/apub/src/objects
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 Dont allow posts to deleted / removed communities. Fixes #1827 (#1828) 2021-10-14 16:33:19 +00:00
community.rs Move code to apub library (#1795) 2021-10-06 16:20:05 -04:00
mod.rs Rewrite fetcher (#1792) 2021-09-25 11:44:52 -04:00
person.rs Move code to apub library (#1795) 2021-10-06 16:20:05 -04:00
post.rs Move code to apub library (#1795) 2021-10-06 16:20:05 -04:00
private_message.rs Move code to apub library (#1795) 2021-10-06 16:20:05 -04:00