Join node must clone group message before sending

This commit is contained in:
Nick O'Leary 2019-10-01 12:41:20 +01:00
parent 3327adb1ae
commit ee3dc8c4cd
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 1 deletions

View File

@ -479,7 +479,7 @@ module.exports = function(RED) {
delete group.msg.parts;
}
delete group.msg.complete;
node.send(group.msg);
node.send(RED.util.cloneMessage(group.msg));
}
var pendingMessages = [];