From 18ba6e355b8c436357e66aaf588b3150ee7ceede Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sun, 13 Nov 2022 20:59:40 +0530 Subject: [PATCH] fixed bug causing message not being sent --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d212414..ce97719 100644 --- a/index.html +++ b/index.html @@ -2865,7 +2865,7 @@ } // remove encryption badge if it exists if (!groupID && floGlobals.pubKeys[activeChat.floID] && floID !== floDapps.user.id) { - getRef('warn_no_encryption').remove() + document.getElementById('warn_no_encryption')?.remove() } } let chatCard = getChatCard(floID || groupID || pipeID)