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

View File

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