Remove a nbsp

This commit is contained in:
Fabrice Mouhartem 2024-03-12 17:28:20 +01:00
parent 18a5d53668
commit 2e626630f9
No known key found for this signature in database
GPG Key ID: 90579C24FD123C93

View File

@ -468,7 +468,7 @@ proxy.mailboxes = {
if (type === 'HISTORY_RANGE') {
if (!Array.isArray(_msg)) { return; }
var message;
if (req.box.type === 'broadcast') {
if (req.box.type === 'broadcast') {
message = Util.tryParse(_msg[4]);
} else {
try {