mirror of
https://github.com/Skylar-Tech/node-red-contrib-matrix-chat.git
synced 2026-05-13 18:31:16 -06:00
name should default to null
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
inputs:1,
|
||||
outputs:2,
|
||||
defaults: {
|
||||
name: {value:""},
|
||||
name: { value: null },
|
||||
server: { value: "", type: "matrix-server-config" },
|
||||
roomId: { value: null },
|
||||
reason: {value:""},
|
||||
reason: { value: "" },
|
||||
},
|
||||
label: function() {
|
||||
return this.name||"Delete Event";
|
||||
|
||||
Reference in New Issue
Block a user