1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-23 17:02:25 +03:00

Remove more deprecated methods, fields, and exports (#4217)

This commit is contained in:
Michael Telatynski
2024-05-28 09:12:55 +01:00
committed by GitHub
parent b19817bb73
commit 7c87625157
21 changed files with 47 additions and 297 deletions

View File

@@ -114,20 +114,6 @@ export { LocationAssetType } from "./@types/location";
*/
export * as Crypto from "./crypto-api";
/**
* Backwards compatibility re-export
* @internal
* @deprecated use {@link Crypto.CryptoApi}
*/
export type { CryptoApi } from "./crypto-api";
/**
* Backwards compatibility re-export
* @internal
* @deprecated use {@link Crypto.DeviceVerificationStatus}
*/
export { DeviceVerificationStatus } from "./crypto-api";
let cryptoStoreFactory = (): CryptoStore => new MemoryCryptoStore();
/**