You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-28 05:03:59 +03:00
docs
This commit is contained in:
@@ -866,7 +866,7 @@ MatrixClient.prototype.disableKeyBackup = function() {
|
||||
* when restoring the backup as an alternative to entering the recovery key.
|
||||
* Optional.
|
||||
*
|
||||
* @returns {object} Object that can be passed to createKeyBackupVersion and
|
||||
* @returns {Promise<object>} Object that can be passed to createKeyBackupVersion and
|
||||
* additionally has a 'recovery_key' member with the user-facing recovery key string.
|
||||
*/
|
||||
MatrixClient.prototype.prepareKeyBackupVersion = async function(password) {
|
||||
|
||||
Reference in New Issue
Block a user