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

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

Return user name on various nodes #77

Open skylord123 opened 1 year ago

skylord123 commented 1 year ago

It would be good to return the name of the user that sent the message along with their userId. We could store this under userName in the message.

This needs to be thought out a little bit before implementing to make sure nodes can still be connected without having to move things around on the message. We want to keep this library as easy to use as possible.