From 5366797a4b14634f1cfee183b8b8309efd457f46 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Fri, 1 May 2020 15:01:29 -0400 Subject: Add undos for delete community, post, and comment. --- server/src/api/community.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/api/community.rs') 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 { if deleted { updated_community.send_delete(&user, &conn)?; } else { - // TODO: undo delete + updated_community.send_undo_delete(&user, &conn)?; } } -- cgit v1.2.3