You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-07-31 15:24:23 +03:00
Move /members fetching to room as getEncryptionTargetMembers needs it
This commit is contained in:
@ -469,7 +469,7 @@ describe("Room", function() {
|
||||
|
||||
describe("compareEventOrdering", function() {
|
||||
beforeEach(function() {
|
||||
room = new Room(roomId, null, {timelineSupport: true});
|
||||
room = new Room(roomId, null, null, null, {timelineSupport: true});
|
||||
});
|
||||
|
||||
const events = [
|
||||
|
Reference in New Issue
Block a user