You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-26 17:03:12 +03:00
Improve/fix restoreKeyBackupWithPassword docs (#3674)
This commit is contained in:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user