Skip to content

Commit

Permalink
Replace old decodeRecoveryKey import
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Sep 19, 2024
1 parent a529ef2 commit b0d8efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SecurityManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Please see LICENSE files in the repository root for full details.
*/

import { ICryptoCallbacks, SecretStorage } from "matrix-js-sdk/src/matrix";
import { decodeRecoveryKey } from "matrix-js-sdk/src/crypto-api";
import { deriveKey } from "matrix-js-sdk/src/crypto/key_passphrase";
import { decodeRecoveryKey } from "matrix-js-sdk/src/crypto/recoverykey";
import { logger } from "matrix-js-sdk/src/logger";

import type CreateSecretStorageDialog from "./async-components/views/dialogs/security/CreateSecretStorageDialog";
Expand Down

0 comments on commit b0d8efd

Please sign in to comment.