element-web/test/unit-tests/components/views
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
..
audio_messages
auth
avatars
beacon Migrate to stylistic 2024-10-18 14:34:01 +01:00
beta
context_menus
dialogs First batch: remove deprecated calls on `MatrixClient` (#28207) 2024-10-21 12:53:39 +01:00
elements Deduplicate icons using Compound (#28239) 2024-10-21 10:36:31 +00:00
emojipicker
location Deduplicate icons using Compound (#28239) 2024-10-21 10:36:31 +00:00
messages Replace legacy Tooltips with Compound tooltips (#28231) 2024-10-18 14:57:39 +00:00
polls/pollHistory Migrate to stylistic 2024-10-18 14:34:01 +01:00
right_panel First batch: remove deprecated calls on `MatrixClient` (#28207) 2024-10-21 12:53:39 +01:00
room_settings
rooms Migrate to stylistic 2024-10-18 14:34:01 +01:00
settings First batch: remove deprecated calls on `MatrixClient` (#28207) 2024-10-21 12:53:39 +01:00
spaces Migrate to stylistic 2024-10-18 14:34:01 +01:00
toasts
typography
user-onboarding
voip
Validation-test.ts
VerificationShowSas-test.tsx