mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 09:46:09 +03:00
Remove irrelevant function
This commit is contained in:
parent
8357461c9b
commit
121e41d20b
1 changed files with 0 additions and 5 deletions
|
@ -56,11 +56,6 @@ describe('RoomList', () => {
|
|||
|
||||
DMRoomMap.makeShared();
|
||||
|
||||
// Lie to the room list store about DMs not existing
|
||||
DMRoomMap.getUserIdForRoomId = () => {
|
||||
return null;
|
||||
};
|
||||
|
||||
parentDiv = document.createElement('div');
|
||||
document.body.appendChild(parentDiv);
|
||||
|
||||
|
|
Loading…
Reference in a new issue