matrix-rust-sdk icon indicating copy to clipboard operation
matrix-rust-sdk copied to clipboard

UTDs on pinned messages are not retried after key is received

Open richvdh opened this issue 2 months ago • 1 comments

  • Pinned message is recieved but cannot be decrypted
  • key is downloaded from key backup
  • no further attempt at redecrypting pinned message

Related to https://github.com/matrix-org/matrix-rust-sdk/issues/5474, and may well be fixed by https://github.com/matrix-org/matrix-rust-sdk/issues/3872

richvdh avatar Oct 23 '25 10:10 richvdh

This is due to https://github.com/matrix-org/matrix-rust-sdk/issues/5954, workaround is being implemented in https://github.com/matrix-org/matrix-rust-sdk/pull/5955.

poljar avatar Dec 11 '25 15:12 poljar