mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-10 20:17:32 +01:00
Remove dead code
This commit is contained in:
parent
8ec75ce4bb
commit
41cf6460d0
@ -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());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user