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,
|
fragmentIdComparer,
|
||||||
clock: new MockClock(),
|
clock: new MockClock(),
|
||||||
pendingEvents: queue.pendingEvents,
|
pendingEvents: queue.pendingEvents,
|
||||||
powerLevelsObservable,
|
powerLevelsObservable
|
||||||
fetchEventFromHomeserver: () => {},
|
|
||||||
fetchEventFromStorage: () => {}
|
|
||||||
});
|
});
|
||||||
// 3. load the timeline, which will load the message with the reaction
|
// 3. load the timeline, which will load the message with the reaction
|
||||||
await timeline.load(new User(alice), "join", new NullLogItem());
|
await timeline.load(new User(alice), "join", new NullLogItem());
|
||||||
|
|
Reference in a new issue