After reloading, my own failed-to-send message is UTD #27334
Labels
A-E2EE
A-Element-R
Issues affecting the port of Element's crypto layer to Rust
O-Occasional
Affects or can be seen by some users regularly or most users rarely
S-Major
Severely degrades major functionality or product features, with no satisfactory workaround
Z-UISI
Unable to decrypt errors
See rageshake https://github.com/matrix-org/element-web-rageshakes/issues/25454 (cc @bnjbvr )
It is possible to get a UTD (Unable To Decrypt) for your own message by following these steps.
Here is what we think is happening:
The Rust returns an error like:
Because the JS is providing event JSON containing an event ID that does not begin with
$
.Possible fixes:
$
to infer that this event failed to send? Or$TRANS-
to make the ID acceptable to the Rust code.$
.The text was updated successfully, but these errors were encountered: