mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Remove irrelevant function
This commit is contained in:
parent
8357461c9b
commit
121e41d20b
@ -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…
x
Reference in New Issue
Block a user