fixed bug causing message not being sent

This commit is contained in:
sairaj mote 2022-11-13 20:59:40 +05:30
parent 0f06448152
commit 18ba6e355b

View File

@ -2865,7 +2865,7 @@
} }
// remove encryption badge if it exists // remove encryption badge if it exists
if (!groupID && floGlobals.pubKeys[activeChat.floID] && floID !== floDapps.user.id) { 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) let chatCard = getChatCard(floID || groupID || pipeID)