mirror of
https://github.com/Skylar-Tech/node-red-contrib-matrix-chat.git
synced 2025-04-20 13:03:12 -06:00
- Added examples for every node - Fixed User Settings node requiring a roomId when it's not needed - Fixed the documentation for Upload File node - Get User node had unused config code that has been removed
99 lines
1.8 KiB
JSON
99 lines
1.8 KiB
JSON
[
|
|
{
|
|
"id": "fdbc1eb4cc492b04",
|
|
"type": "group",
|
|
"z": "8fd89a0b44c61e76",
|
|
"name": "Fetch user info by userId",
|
|
"style": {
|
|
"label": true
|
|
},
|
|
"nodes": [
|
|
"8869afc68deeede0",
|
|
"e29636a733134aef",
|
|
"15c5caf17e83263c",
|
|
"52a65daa26891471"
|
|
],
|
|
"x": 754,
|
|
"y": 1939,
|
|
"w": 552,
|
|
"h": 122
|
|
},
|
|
{
|
|
"id": "8869afc68deeede0",
|
|
"type": "matrix-get-user",
|
|
"z": "8fd89a0b44c61e76",
|
|
"g": "fdbc1eb4cc492b04",
|
|
"name": "",
|
|
"server": null,
|
|
"userType": "msg",
|
|
"userValue": "userId",
|
|
"propertyType": "msg",
|
|
"propertyValue": "user",
|
|
"x": 1000,
|
|
"y": 2000,
|
|
"wires": [
|
|
[
|
|
"15c5caf17e83263c"
|
|
],
|
|
[
|
|
"52a65daa26891471"
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"id": "e29636a733134aef",
|
|
"type": "inject",
|
|
"z": "8fd89a0b44c61e76",
|
|
"g": "fdbc1eb4cc492b04",
|
|
"name": "",
|
|
"props": [
|
|
{
|
|
"p": "userId",
|
|
"v": "@skylord123:skylar.tech",
|
|
"vt": "str"
|
|
}
|
|
],
|
|
"repeat": "",
|
|
"crontab": "",
|
|
"once": false,
|
|
"onceDelay": 0.1,
|
|
"topic": "",
|
|
"x": 850,
|
|
"y": 2000,
|
|
"wires": [
|
|
[
|
|
"8869afc68deeede0"
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"id": "15c5caf17e83263c",
|
|
"type": "debug",
|
|
"z": "8fd89a0b44c61e76",
|
|
"g": "fdbc1eb4cc492b04",
|
|
"name": "Debug Output",
|
|
"active": true,
|
|
"tosidebar": true,
|
|
"console": false,
|
|
"tostatus": false,
|
|
"complete": "true",
|
|
"x": 1180,
|
|
"y": 1980,
|
|
"wires": []
|
|
},
|
|
{
|
|
"id": "52a65daa26891471",
|
|
"type": "debug",
|
|
"z": "8fd89a0b44c61e76",
|
|
"g": "fdbc1eb4cc492b04",
|
|
"name": "Error Output",
|
|
"active": true,
|
|
"tosidebar": true,
|
|
"console": false,
|
|
"tostatus": false,
|
|
"complete": "true",
|
|
"x": 1170,
|
|
"y": 2020,
|
|
"wires": []
|
|
}
|
|
] |