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 some features not being configurable via features
(#10276)
This commit is contained in:
committed by
GitHub
parent
6746ce2da3
commit
ad8d27d2b2
@@ -509,6 +509,7 @@ export function mkStubRoom(
|
||||
return {
|
||||
canInvite: jest.fn(),
|
||||
client,
|
||||
findThreadForEvent: jest.fn(),
|
||||
createThreadsTimelineSets: jest.fn().mockReturnValue(new Promise(() => {})),
|
||||
currentState: {
|
||||
getStateEvents: jest.fn((_type, key) => (key === undefined ? [] : null)),
|
||||
|
Reference in New Issue
Block a user