Set up key backup using non-deprecated APIs (#12005)

This commit is contained in:
Andy Balaam
2023-12-06 17:54:47 +00:00
committed by GitHub
parent 1ce569bfc2
commit df11b90fd6
9 changed files with 198 additions and 34 deletions
+1
View File
@@ -132,6 +132,7 @@ export function createTestClient(): MatrixClient {
getUserDeviceInfo: jest.fn(),
getUserVerificationStatus: jest.fn(),
getDeviceVerificationStatus: jest.fn(),
resetKeyBackup: jest.fn(),
}),
getPushActionsForEvent: jest.fn(),