mirror of
https://github.com/Skylar-Tech/node-red-contrib-matrix-chat.git
synced 2025-07-05 01:51:14 -06:00
name should default to null
This commit is contained in:
parent
de3c58044f
commit
27dd4d81a2
@ -7,7 +7,7 @@
|
|||||||
inputs:1,
|
inputs:1,
|
||||||
outputs:2,
|
outputs:2,
|
||||||
defaults: {
|
defaults: {
|
||||||
name: {value:""},
|
name: { value: null },
|
||||||
server: { value: "", type: "matrix-server-config" },
|
server: { value: "", type: "matrix-server-config" },
|
||||||
roomId: { value: null },
|
roomId: { value: null },
|
||||||
reason: { value: "" },
|
reason: { value: "" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user