Add ability to edit messages
What exactly is this ticket about? I started with #322 but noticed that we are not updating messages when they are edited from another client. Is this also part of this ticket?
What exactly is this ticket about? I started with #322 but noticed that we are not updating messages when they are edited from another client. Is this also part of this ticket?
No, messages are already expected to update after an edit. If they don't then it's a bug. This issue is about adding the ability to edit own messages.
@marhkb If you mean that we don't handle the MessageEdited update then the answer is that... it's unintuitively unrelated, because the actual update for updating the message content after an edit is the MessageContent update.
It was a false alarm. I tested again and it works now. Maybe it was the flood prevention so that I didn't receive the updates.