Fix (user): issue with messages not groing through
This commit is contained in:
sairaj mote 2021-02-08 21:00:00 +05:30
parent 3b36655cca
commit 5593f97050

View File

@ -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)