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

Feature request: Delete Messages #47

Closed kitzler-walli closed 2 years ago

kitzler-walli commented 2 years ago

This library is great as it is, but would be awesome if we could delete messages with it. I think of a use case where I send a message and delete it a few seconds/minutes later.

skylord123 commented 2 years ago

You are right, this should be added I will make sure it's on the next release.

Currently you can still redact messages it's just a little more complicated:

Once I get a redact node added it will work pretty much the same as that example flow so if you use that in the mean time upgrading later will be really easy. You will just replace the function node with the official node at that point.

skylord123 commented 2 years ago

This has now been added in 0.5.8 that just dropped today.