element-web
element-web copied to clipboard
Remove `MatrixClient.getDehydratedDevice` call
Checklist
- [ ] Tests written for new code (and old code if feasible).
- [ ] New or updated
public
/exported
symbols have accurate TSDoc documentation. - [ ] Linter and other CI checks pass.
- [ ] I have licensed the changes to Element by completing the Contributor License Agreement (CLA)
Task https://github.com/element-hq/element-web/issues/26922
MatrixClient.getDehydratedDevice
is deprecated.
RustCrypto.getUserDeviceInfo
can still return the dehydrated devices of MSC 2697 however it was an experimental feature behind a labs flag. We can ignore and don't worry about them.