mirror of
https://github.com/Skylar-Tech/node-red-contrib-matrix-chat.git
synced 2025-04-20 04:53:06 -06:00
Closes #32 - fixed leaking unencrypted messages during startup
This commit is contained in:
parent
73d802ff0d
commit
2341cbef10
@ -89,6 +89,7 @@ module.exports = function(RED) {
|
||||
if(!node.server.isConnected()) {
|
||||
node.error("Matrix server connection is currently closed");
|
||||
node.send([null, msg]);
|
||||
return;
|
||||
}
|
||||
|
||||
msg.topic = node.roomId || msg.topic;
|
||||
|
Loading…
x
Reference in New Issue
Block a user