Remove dead code
This commit is contained in:
parent
8ec75ce4bb
commit
41cf6460d0
1 changed files with 1 additions and 3 deletions
|
@ -260,9 +260,7 @@ export function tests() {
|
|||
fragmentIdComparer,
|
||||
clock: new MockClock(),
|
||||
pendingEvents: queue.pendingEvents,
|
||||
powerLevelsObservable,
|
||||
fetchEventFromHomeserver: () => {},
|
||||
fetchEventFromStorage: () => {}
|
||||
powerLevelsObservable
|
||||
});
|
||||
// 3. load the timeline, which will load the message with the reaction
|
||||
await timeline.load(new User(alice), "join", new NullLogItem());
|
||||
|
|
Reference in a new issue