CreateKeyBackupDialog.tsx
: Remove logic for servers which are not supporting cross-signing (#11076)
This commit is contained in:
parent
06fa49a9da
commit
77da949fd4
5 changed files with 260 additions and 379 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue