From 8ccb4ddfea57007ab65c252d860ebc922d619863 Mon Sep 17 00:00:00 2001 From: yenda Date: Fri, 12 Oct 2018 14:28:07 +0200 Subject: [PATCH] fix remove public chat bug Signed-off-by: yenda --- src/status_im/ui/screens/chat/actions.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/status_im/ui/screens/chat/actions.cljs b/src/status_im/ui/screens/chat/actions.cljs index 808620f00c..a5b64de8c8 100644 --- a/src/status_im/ui/screens/chat/actions.cljs +++ b/src/status_im/ui/screens/chat/actions.cljs @@ -49,7 +49,7 @@ [view-my-wallet (share-chat chat-id) (clear-history) - (delete-chat chat-id true)]) + (delete-chat chat-id false)]) (defn actions [group-chat? chat-id public?] (cond