You've already forked matrix-js-sdk
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:
@@ -3597,7 +3597,7 @@ export class MatrixClient extends TypedEventEmitter<EmittedEvents, ClientEventHa
|
||||
* Restores all rooms if omitted.
|
||||
* @param targetSessionId - Session ID to target a specific session.
|
||||
* 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
|
||||
* @returns Status of restoration with `total` and `imported`
|
||||
* key counts.
|
||||
|
||||
Reference in New Issue
Block a user