matrix-org / matrix-rust-sdk

Matrix Client-Server SDK for Rust
Apache License 2.0
1.27k stars 254 forks source link

Redaction of latest timeline event is not reflected in the latest preview room event #2266

Open ganfra opened 1 year ago

ganfra commented 1 year ago

Redaction of latest timeline event is not reflected in RoomSummary.latestEvent so you can still see the message in the RoomList.

How to reproduce

Just redact the latest event in the timeline and see how it doesn't disappear in your room list.

bnjbvr commented 1 month ago

Should be handled as part of  #4112.

Hywan commented 1 month ago

Wait a second. While I agree it should be the case, it was a product decision to not make it so. I don't want to debate the impact of Element X on the Matrix Rust SDK, but we need to think a bit about that.