Edited messages need to have their HTML reprocessed (#46)

This commit is contained in:
Ulyssa 2023-03-05 12:48:31 -08:00
parent 93eff79f79
commit 54a0e76823
No known key found for this signature in database
GPG key ID: 1B3965A3D18B9B64

View file

@ -493,6 +493,8 @@ impl RoomInfo {
return; return;
}, },
} }
msg.html = msg.event.html();
} }
pub fn insert_message(&mut self, msg: RoomMessageEvent) { pub fn insert_message(&mut self, msg: RoomMessageEvent) {