diff --git a/src/domain/session/room/timeline/ReactionsViewModel.js b/src/domain/session/room/timeline/ReactionsViewModel.js index bb5511e6..de5ea2c3 100644 --- a/src/domain/session/room/timeline/ReactionsViewModel.js +++ b/src/domain/session/room/timeline/ReactionsViewModel.js @@ -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());