fixed bug causing message not being sent
This commit is contained in:
parent
0f06448152
commit
18ba6e355b
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user