element-web/test/unit-tests/components/structures
Florian Duros 46d13921d0
First batch: remove deprecated calls on `MatrixClient` (#28207)
* Remove `initCrypto` mocking

* Remove `MatrixClient.downloadKeys` mocking

* Remove `MatrixClient.getStoredDevice` mocking

* Replace `MatrixClient.setGlobalBlacklistUnverifiedDevices` by `MatrixClient.CryptoApi.globalBlacklistUnverifiedDevices`

* Remove `MatrixClient.getStoredCrossSigningForUser` mocking

* Replace `MatrixClient.legacyDeviceVerification` by `MatrixClient.CryptoApi.requestDeviceVerification`

* Remove `MatrixClient.isCrossSigningReady` mock

* Replace `MatrixClient.bootstrapCrossSigning` by `MatrixClient.getCrypto.bootstrapCrossSigning`

* Replace `MatrixClient.getCryptoTrustCrossSignedDevices` by `MatrixClient.getCrypto.getTrustCrossSignedDevices`

* Replace `MatrixClient.hasSecretStorageKey` by `MatrixClient.SecretStorage.hasKey`

* Replace `MatrixClient.getDefaultSecretStorageKeyId` by `MatrixClient.SecretStorage.getDefaultKeyId`

* Remove `MatrixClient.encryptAndSendToDevices` call
2024-10-21 12:53:39 +01:00
..
__snapshots__ Iterate 2024-10-16 09:09:41 +01:00
auth Use new `CryptoEvent` import (#128) 2024-10-16 12:56:10 +01:00
AutocompleteInput-test.tsx
ContextMenu-test.ts
FilePanel-test.tsx
LargeLoader-test.tsx
LeftPanel-test.tsx
LegacyCallEventGrouper-test.ts
LoggedInView-test.tsx
MainSplit-test.tsx
MatrixChat-test.tsx First batch: remove deprecated calls on `MatrixClient` (#28207) 2024-10-21 12:53:39 +01:00
MatrixClientContextProvider-test.tsx Use new `CryptoEvent` import (#128) 2024-10-16 12:56:10 +01:00
MessagePanel-test.tsx
PictureInPictureDragger-test.tsx
PipContainer-test.tsx
ReleaseAnnouncement-test.tsx
RightPanel-test.tsx
RoomSearchView-test.tsx
RoomStatusBar-test.tsx
RoomStatusBarUnsentMessages-test.tsx
RoomView-test.tsx Replace `MatrixClient.isCryptoEnabled` by `MatrixClient.getCrypto` (#140) 2024-10-16 09:42:18 +01:00
SpaceHierarchy-test.tsx
TabbedView-test.tsx
ThreadPanel-test.tsx
ThreadView-test.tsx
TimelinePanel-test.tsx
UploadBar-test.tsx
UserMenu-test.tsx
ViewSource-test.tsx