ElementR: Import backup progress doesn't report progress when decrypting #26856
Labels
A-E2EE-Key-Backup
A-Element-R
Issues affecting the port of Element's crypto layer to Rust
O-Frequent
Affects or can be seen by most users regularly or impacts most users' first experience
S-Minor
Impairs non-critical functionality or suitable workarounds exist
T-Defect
Z-Labs
Step to reproduce
Expected
Actual
While the sdk is actually decrypting the keys:
https://github.com/matrix-org/matrix-js-sdk/blob/8df30ed068997aa74f21aa5be3c8df30f7dd07c5/src/client.ts#L3938-L3947
But progress step is still
fetch
https://github.com/matrix-org/matrix-js-sdk/blob/8df30ed068997aa74f21aa5be3c8df30f7dd07c5/src/client.ts#L3923-L3927
So it's like there is no progress, and this operations can be 10s of minutes
The text was updated successfully, but these errors were encountered: