riot-web/test/components/views/settings/__snapshots__
Richard van der Hoff 11f258e62e
`SecureBackupPanel`: stop using deprecated APIs, and other fixes (#11644)
* SecureBackupPanel: replace `isKeyBackupTrusted`

`MatrixClient.isKeyBackupTrusted` -> `CryptoApi.isKeyBackupTrusted`

* SecureBackupPanel: replace `getKeyBackupEnabled`

`MatrixClient.getKeyBackupEnabled` -> `CryptoApi.getActiveSessionBackupVersion`

* SecureBackupPanel: replace `deleteKeyBackupVersion`

`MatrixClient.deleteKeyBackupVersion` -> `CryptoApi.deleteKeyBackupVersion`

* Do not show session count if we have no info

We shouldn't say "zero sessions to back up" if we don't know.

* SecureBackupPanel: distinguish between server and active backup
2023-09-22 10:57:11 +00:00
..
ChangePassword-test.tsx.snap Support Matrix 1.1 (drop legacy r0 versions) (#9819) 2023-08-14 09:25:13 +01:00
CrossSigningPanel-test.tsx.snap
EventIndexPanel-test.tsx.snap
FontScalingPanel-test.tsx.snap
KeyboardShortcut-test.tsx.snap
Notifications-test.tsx.snap
SecureBackupPanel-test.tsx.snap `SecureBackupPanel`: stop using deprecated APIs, and other fixes (#11644) 2023-09-22 10:57:11 +00:00
SettingsFieldset-test.tsx.snap
ThemeChoicePanel-test.tsx.snap