mirror of
https://github.com/youwen5/iamb.git
synced 2025-06-19 21:29:52 -07:00
Redacted messages should have their HTML removed (#67)
This commit is contained in:
parent
ca395097e1
commit
725ebb9fd6
2 changed files with 7 additions and 2 deletions
|
@ -774,7 +774,7 @@ impl ClientWorker {
|
|||
Some(EventLocation::Message(key)) => {
|
||||
if let Some(msg) = info.messages.get_mut(key) {
|
||||
let ev = SyncRoomRedactionEvent::Original(ev);
|
||||
msg.event.redact(ev, room_version);
|
||||
msg.redact(ev, room_version);
|
||||
}
|
||||
},
|
||||
Some(EventLocation::Reaction(event_id)) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue