mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-23 16:49:23 +08:00
46d13921d0
* 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 |
||
---|---|---|
.. | ||
__snapshots__ | ||
devices | ||
discovery | ||
notifications | ||
shared | ||
tabs | ||
AddPrivilegedUsers-test.tsx | ||
AddRemoveThreepids-test.tsx | ||
AvatarSetting-test.tsx | ||
ChangePassword-test.tsx | ||
CrossSigningPanel-test.tsx | ||
CryptographyPanel-test.tsx | ||
EventIndexPanel-test.tsx | ||
FontScalingPanel-test.tsx | ||
JoinRuleSettings-test.tsx | ||
KeyboardShortcut-test.tsx | ||
LayoutSwitcher-test.tsx | ||
Notifications-test.tsx | ||
PowerLevelSelector-test.tsx | ||
SecureBackupPanel-test.tsx | ||
SetIntegrationManager-test.tsx | ||
SettingsFieldset-test.tsx | ||
ThemeChoicePanel-test.tsx | ||
UserProfileSettings-test.tsx |