You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-29 16:43:09 +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.
|
* when restoring the backup as an alternative to entering the recovery key.
|
||||||
* Optional.
|
* 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.
|
* additionally has a 'recovery_key' member with the user-facing recovery key string.
|
||||||
*/
|
*/
|
||||||
MatrixClient.prototype.prepareKeyBackupVersion = async function(password) {
|
MatrixClient.prototype.prepareKeyBackupVersion = async function(password) {
|
||||||
|
|||||||
Reference in New Issue
Block a user