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