SO-ChatBot icon indicating copy to clipboard operation
SO-ChatBot copied to clipboard

Revoke/undo a command that you invoked?

Open xbenjii opened this issue 9 years ago • 3 comments
trafficstars

Is there any reason this is RO only?

I feel that if you invoked the command, then you should be able to revoke it.

xbenjii avatar Jan 15 '16 19:01 xbenjii

Laziness. You're right that you should be able to undo your own commands, but that's not entirely trivial. It requires both storing who did what and handling ranges. Not terribly difficult, but, as said, lazy.

Zirak avatar Jan 16 '16 10:01 Zirak

What about storing them in localStorage, with a max age of 5 minutes or so?

xbenjii avatar Jan 16 '16 11:01 xbenjii

For starters, any chat user can only delete their own messages within 2 minutes of posting anyway, so if there's a storage, it'd be for 2 minutes.

MadaraUchiha avatar Apr 03 '16 12:04 MadaraUchiha