tdmalone / working-plusplus

Like plusplus.chat, but one that actually works, because you can host it yourself 😉
MIT License
23 stars 41 forks source link

Detect edits to posts? #20

Open tdmalone opened 5 years ago

tdmalone commented 5 years ago

Currently, if you send eg.

@Tim is awesome

and then edit it to read:

@Tim++ is awesome

it will not be picked up. You'd have to write the latter as a new post.

It'd be nice to pick this up automatically.

But... would it be feasible? We'd need some sort of state management to avoid reacting again if the message was edited again.

Also, if someone edits a message to remove an action, should we undo it?