You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-07-30 04:23:07 +03:00
Fix race conditions around threads (#2331)
This commit is contained in:
committed by
GitHub
parent
274d6a9597
commit
ac5fee0a69
@ -811,9 +811,7 @@ describe("MatrixClient", function() {
|
||||
}
|
||||
},
|
||||
},
|
||||
threads: {
|
||||
get: jest.fn(),
|
||||
},
|
||||
getThread: jest.fn(),
|
||||
addPendingEvent: jest.fn(),
|
||||
updatePendingEvent: jest.fn(),
|
||||
reEmitter: {
|
||||
|
Reference in New Issue
Block a user