mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Edited messages need to have their HTML reprocessed (#46)
This commit is contained in:
parent
93eff79f79
commit
54a0e76823
1 changed files with 2 additions and 0 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue