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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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(),