matrix-org / matrix-rust-sdk

Matrix Client-Server SDK for Rust
Apache License 2.0
1.26k stars 252 forks source link

replied-to UTD messages are not updated when the key is received #4196

Closed richvdh closed 1 week ago

richvdh commented 2 weeks ago

Suppose you receive a reply to a message which cannot be decrypted. It is shown as follows:

image

If the keys for the original message are later received, the original message is updated, but the reply is not.

bnjbvr commented 2 weeks ago

Ah yeah, I've seen this problem in the past and wanted to fix it, but forgot, thanks for opening an issue.