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

Add Delete Message Node #52

Closed aikitori closed 2 years ago

aikitori commented 2 years ago

Add delete node

https://github.com/Skylar-Tech/node-red-contrib-matrix-chat/issues/47

skylord123 commented 2 years ago

@aikitori since this can delete events and not just messages (since message is just a type of event) should we rename it to matrix-delete-event? I was just thinking about how this removes reactions as well as other event types that aren't just the message type. Let me know what you think.