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/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)
3 years ago
..
comment.rs Dont allow posts to deleted / removed communities. Fixes #1827 (#1828) 3 years ago
community.rs Move code to apub library (#1795) 3 years ago
mod.rs Rewrite fetcher (#1792) 3 years ago
person.rs Move code to apub library (#1795) 3 years ago
post.rs Move code to apub library (#1795) 3 years ago
private_message.rs Move code to apub library (#1795) 3 years ago