1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-07 23:02:56 +03:00

Merge pull request #3066 from matrix-org/dbkr/olm_savesession_undecryptable_todevice_debug

Add some debugging & a debug event for decryption
This commit is contained in:
David Baker
2023-01-13 21:40:36 +00:00
committed by GitHub
4 changed files with 21 additions and 0 deletions

View File

@@ -254,6 +254,7 @@ describe("Crypto", function () {
sendToDevice: jest.fn(),
getKeyBackupVersion: jest.fn(),
isGuest: jest.fn(),
emit: jest.fn(),
} as unknown as MatrixClient;
mockRoomList = {} as unknown as RoomList;