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
Reincorporate crypto changes
https://github.com/matrix-org/matrix-js-sdk/pull/1697
This commit is contained in:
@@ -118,6 +118,7 @@ export interface ICryptoCallbacks {
|
||||
keyInfo: ISecretStorageKeyInfo,
|
||||
checkFunc: (Uint8Array) => void,
|
||||
) => Promise<Uint8Array>;
|
||||
getBackupKey?: () => Promise<Uint8Array>;
|
||||
}
|
||||
|
||||
// TODO: Move this to `SecretStorage` once converted
|
||||
|
||||
Reference in New Issue
Block a user