GregSutcliffe / maubot-meetings

A Maubot plugin for running meetings in Matrix
Other
9 stars 5 forks source link

Editing a message logs it again #34

Open GregSutcliffe opened 11 months ago

GregSutcliffe commented 11 months ago

Editing a message causes the bot to log it as a new message - this is new since 0.2.0, likely due to the move to the event handler.

We should probably log the event ID to the DB, then we can update a row instead of duplicating it.