From 5593f970509e74478105084722d923d59a1e2c92 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Mon, 8 Feb 2021 21:00:00 +0530 Subject: [PATCH] v0.27.77 Fix (user): issue with messages not groing through --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 46e19a0..ec3dac2 100644 --- a/index.html +++ b/index.html @@ -12993,7 +12993,7 @@ Bitcoin.Util = { let data = { floID: receiver, time: result[vc].time, - category, + category: 'sent', message: this.util.encrypt(message) } floGlobals.chats[receiver] = parseInt(vc)