vynmera / Rocket.Chat.WordFilter

Replaces all occurences of words in messages with other words.
MIT License
0 stars 1 forks source link

Filter does not pick up edited messages #2

Open vynmera opened 6 years ago

vynmera commented 6 years ago

People can edit a message to bypass the filters ー filters are not reapplied to edited messages.

This will require a change to Rocket.Chat's Apps framework.

graywolf336 commented 6 years ago

This is an issue with the Apps system itself, only sent and deleted events exist. We accept pull requests to implement the edit events :)

vynmera commented 6 years ago

@graywolf336 Good call, I'll see what I can do when I've got the time :)