1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

Improve/fix restoreKeyBackupWithPassword docs (#3674)

This commit is contained in:
Michael Weimann
2023-08-23 14:58:10 +02:00
committed by GitHub
parent 85ba069117
commit 15c679b29e

View File

@@ -3597,7 +3597,7 @@ export class MatrixClient extends TypedEventEmitter<EmittedEvents, ClientEventHa
* Restores all rooms if omitted. * Restores all rooms if omitted.
* @param targetSessionId - Session ID to target a specific session. * @param targetSessionId - Session ID to target a specific session.
* Restores all sessions if omitted. * Restores all sessions if omitted.
* @param backupInfo - Backup metadata from `checkKeyBackup` * @param backupInfo - Backup metadata from `getKeyBackupVersion` or `checkKeyBackup`.`backupInfo`
* @param opts - Optional params such as callbacks * @param opts - Optional params such as callbacks
* @returns Status of restoration with `total` and `imported` * @returns Status of restoration with `total` and `imported`
* key counts. * key counts.