]> Untitled Git - lemmy.git/commit
Removing checking permissions when editing posts and comments. (#2727)
authorDessalines <dessalines@users.noreply.github.com>
Wed, 15 Feb 2023 02:04:23 +0000 (21:04 -0500)
committerGitHub <noreply@github.com>
Wed, 15 Feb 2023 02:04:23 +0000 (11:04 +0900)
commit8a27978ee17dabb2b0b6c75f8a0e2b562a63ced5
treec1be1016574fbe7a6a7091d850d7b39fe889736b
parent956d0aa52f62402a5868f2745f14f89df45dd805
Removing checking permissions when editing posts and comments. (#2727)

* Removing checking permissions when editing posts and comments. Fixes #2714

* Running cargo fmt again.

* Adding back in community ban checks.
crates/api_crud/src/comment/update.rs
crates/api_crud/src/post/update.rs