mirror of
https://github.com/Skylar-Tech/node-red-contrib-matrix-chat.git
synced 2025-04-20 13:03:12 -06:00
- WIP
This commit is contained in:
parent
678702e9c6
commit
2993dea974
@ -45,7 +45,7 @@ module.exports = function(RED) {
|
|||||||
let verifyRequestId = data.targetDevice.userId + ':' + data.targetDevice.deviceId;
|
let verifyRequestId = data.targetDevice.userId + ':' + data.targetDevice.deviceId;
|
||||||
verificationRequests.set(verifyRequestId, data);
|
verificationRequests.set(verifyRequestId, data);
|
||||||
node.send({
|
node.send({
|
||||||
verifyRequestId: verifyRequestId, // internally used to reference between nodesc
|
verifyRequestId: verifyRequestId, // internally used to reference between nodes
|
||||||
verifyMethods: data.methods,
|
verifyMethods: data.methods,
|
||||||
userId: data.targetDevice.userId,
|
userId: data.targetDevice.userId,
|
||||||
deviceId: data.targetDevice.deviceId,
|
deviceId: data.targetDevice.deviceId,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user