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 2e4d5f2 commit f5ba9a5Copy full SHA for f5ba9a5
crates/matrix-sdk-crypto/src/backups/mod.rs
@@ -50,7 +50,7 @@ pub use olm_rs::errors::OlmPkDecryptionError;
50
/// A state machine that handles backing up room keys.
51
///
52
/// The state machine can be activated using the
53
-/// [`BackupMachine::enable_backup`] method. After the state machine has been
+/// [`BackupMachine::enable_backup_v1`] method. After the state machine has been
54
/// enabled a request that will upload encrypted room keys can be generated
55
/// using the [`BackupMachine::backup`] method.
56
#[derive(Debug, Clone)]
0 commit comments