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

Allow specifying what users can invite client to rooms #57

Open skylord123 opened 2 years ago

skylord123 commented 2 years ago

Currently if "Auto accept room invites" is checked the bot will accept invites from anyone.

We should add a text field that allows specifying a comma separated list of user ID's allowed to invite the bot. If empty anyone can invite (which would be backwards compatible).