Skip to content

Commit 15c679b

Browse files
authored
Improve/fix restoreKeyBackupWithPassword docs (#3674)
1 parent 85ba069 commit 15c679b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3597,7 +3597,7 @@ export class MatrixClient extends TypedEventEmitter<EmittedEvents, ClientEventHa
35973597
* Restores all rooms if omitted.
35983598
* @param targetSessionId - Session ID to target a specific session.
35993599
* Restores all sessions if omitted.
3600-
* @param backupInfo - Backup metadata from `checkKeyBackup`
3600+
* @param backupInfo - Backup metadata from `getKeyBackupVersion` or `checkKeyBackup`.`backupInfo`
36013601
* @param opts - Optional params such as callbacks
36023602
* @returns Status of restoration with `total` and `imported`
36033603
* key counts.

0 commit comments

Comments
 (0)