1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

CreateKeyBackupDialog.tsx: Remove logic for servers which are not supporting cross-signing (#11076)

This commit is contained in:
Florian Duros
2023-06-16 14:25:24 +02:00
committed by GitHub
parent 06fa49a9da
commit 77da949fd4
5 changed files with 260 additions and 379 deletions

View File

@ -157,6 +157,7 @@ export function createTestClient(): MatrixClient {
});
}),
mxcUrlToHttp: (mxc: string) => `http://this.is.a.url/${mxc.substring(6)}`,
scheduleAllGroupSessionsForBackup: jest.fn().mockResolvedValue(undefined),
setAccountData: jest.fn(),
setRoomAccountData: jest.fn(),
setRoomTopic: jest.fn(),