You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-08-08 03:42:14 +03:00
Fix changing space sometimes bouncing to the wrong space (#7910)
This commit is contained in:
committed by
GitHub
parent
482d756bd0
commit
08c47ac473
@@ -349,6 +349,7 @@ export function mkStubRoom(roomId = null, name: string, client: MatrixClient): R
|
||||
getAltAliases: jest.fn().mockReturnValue([]),
|
||||
timeline: [],
|
||||
getJoinRule: jest.fn().mockReturnValue("invite"),
|
||||
loadMembersIfNeeded: jest.fn(),
|
||||
client,
|
||||
} as unknown as Room;
|
||||
}
|
||||
|
Reference in New Issue
Block a user