mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Remove a nbsp
This commit is contained in:
parent
18a5d53668
commit
2e626630f9
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user