From 2e626630f9acecd76696beb3a5ff098f225b1e6a Mon Sep 17 00:00:00 2001 From: Fabrice Mouhartem Date: Tue, 12 Mar 2024 17:28:20 +0100 Subject: [PATCH] Remove a nbsp --- www/common/outer/mailbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/outer/mailbox.js b/www/common/outer/mailbox.js index 547e0c769..3ee4d84d5 100644 --- a/www/common/outer/mailbox.js +++ b/www/common/outer/mailbox.js @@ -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 {