Skylar-Tech / node-red-contrib-matrix-chat

Matrix chat server support for Node-RED
GNU General Public License v3.0
33 stars 10 forks source link

Allow specifying payload under configuration #56

Closed skylord123 closed 2 years ago

skylord123 commented 2 years ago

Currently the following nodes must have msg.payload set to function but it would be nice if we could also define this on the node's configuration:

matrix-room-kick and matrix-room-ban should also allow specifying the reason under the configuration.

This should help reduce how many nodes are required for simple tasks.

If any other nodes should have extra config options that overwrite msg inputs please comment below.