We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Related MSC: matrix-org/matrix-spec-proposals#2697
This probably means that we'll want a special constructor for the OlmMachine, which takes the Account pickle as an argument.
Account
The top level SDK crate can optionally check for the existence of such a device and download it from the server to initialize the OlmMachine.
The text was updated successfully, but these errors were encountered:
/!\ MSC2697: Device dehydration is deprecated in favor of MSC3814
Sorry, something went wrong.
Work has started for this on https://github.com/matrix-org/matrix-rust-sdk/tree/poljar/device-dehydration.
PR #2349
poljar
Successfully merging a pull request may close this issue.
Related MSC: matrix-org/matrix-spec-proposals#2697
This probably means that we'll want a special constructor for the OlmMachine, which takes the
Account
pickle as an argument.The top level SDK crate can optionally check for the existence of such a device and download it from the server to initialize the OlmMachine.
The text was updated successfully, but these errors were encountered: