summaryrefslogtreecommitdiffstats
path: root/server/src/api/community.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/api/community.rs')
-rw-r--r--server/src/api/community.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/api/community.rs b/server/src/api/community.rs
index a0842431..71da6712 100644
--- a/server/src/api/community.rs
+++ b/server/src/api/community.rs
@@ -384,7 +384,7 @@ impl Perform for Oper<EditCommunity> {
if deleted {
updated_community.send_delete(&user, &conn)?;
} else {
- // TODO: undo delete
+ updated_community.send_undo_delete(&user, &conn)?;
}
}