We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40e3cd3 commit 52090bbCopy full SHA for 52090bb
crates/matrix-sdk-crypto/src/machine/mod.rs
@@ -266,9 +266,6 @@ impl OlmMachine {
266
267
/// Create a new OlmMachine with the given [`CryptoStore`].
268
///
269
- /// The created machine will keep the encryption keys only in memory and
270
- /// once the object is dropped the keys will be lost.
271
- ///
272
/// If the store already contains encryption keys for the given user/device
273
/// pair those will be re-used. Otherwise new ones will be created and
274
/// stored.
0 commit comments