anoadragon453 / nio-template

A template for creating matrix bots in python with matrix-nio
Apache License 2.0
79 stars 27 forks source link

Don't (try to) react to messages older than max(session creation, room join) #35

Open HarHarLinks opened 3 years ago

HarHarLinks commented 3 years ago

Bots, in this instance matrix-reminder-bot, otherwise try to react to events they aren't supposed to read. Nobody would expect a bot to react to commands from before its time. Particularly that prevents lots of decryption errors.

It should also not try to react to itself, e.g. its own error messages when resetting the session.