Valere Fedronic
Valere Fedronic
Fixes https://github.com/element-hq/element-web/issues/27002 ## Checklist - [ ] Tests written for new code (and old code if feasible) - [ ] Linter and other CI checks pass - [ ] Sign-off...
From conversation: > is it really necessary for EW’s logs to be spammed with huge amounts of > [!EYtEinqiWbAglxNFKg:[matrix.org](http://matrix.org/) encryption] [Perf]: updateTrackedUsers took 5ms 19:41:23.858 atm? it’s starving out legitimate...
Fixes https://github.com/element-hq/element-web/issues/26792 React sdk was still making usage of `client#getKeyBackupEnabled()` that is deprecated and failing in rust stack. That would cause the following dialog to not show up: - When...
Depends on https://github.com/matrix-org/matrix-react-sdk/pull/12098 ## Checklist - [ ] Tests written for new code (and old code if feasible) - [ ] Linter and other CI checks pass - [ ]...
Quick improvements to the playwright verification test: - Ensure that the new session sees the correct cross signing key (protects against regression that would rotate the key on the new...
## Checklist - [ ] Tests written for new code (and old code if feasible) - [ ] Linter and other CI checks pass - [ ] Sign-off given on...
Can be fixed by clearing cache Need to investigate how it can happen (IN this case it's a dm other federation, with a slow one) https://riot.im/bugreports/listing/2020-02-01/120437/logs-0000.log.gz ## encryptEventContent() : Unable...
Update desktop release configuration to migrate 10% of existing users to the new rust crypto stack
Nighlty release config is updated to rollout 100% of existing users See https://github.com/element-hq/element-web/issues/27002 ## Checklist - [ ] Ensure your code works with manual testing - [ ] Linter and...
as per discussion: > Is there a reason that the Crypto SDK's Swift Request enum doesn't include a .signingKeysUpload? Skimming through some of the Rust code, e.g. [mark_request_as_sent](https://github.com/matrix-org/matrix-rust-sdk/blob/331ea35be6278351f3179b5e287353aa53845df6/crates/matrix-sdk-crypto/src/machine.rs#L388), it seems...
I don't think that the Device blacklist functionality is used anymore. I am not aware of clients offering this option. Should we get rid of this concept? Should also remove...