From ed8818475783c4bd542f238c73fb5453a629577c Mon Sep 17 00:00:00 2001 From: RMidhunSuresh Date: Wed, 12 Jan 2022 19:14:38 +0530 Subject: [PATCH] Remove statement --- src/matrix/room/timeline/Timeline.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/matrix/room/timeline/Timeline.js b/src/matrix/room/timeline/Timeline.js index 71b699c9..c9dfaf17 100644 --- a/src/matrix/room/timeline/Timeline.js +++ b/src/matrix/room/timeline/Timeline.js @@ -101,7 +101,6 @@ export class Timeline { pe => this._mapPendingEventToEntry(pe), (pee, params) => { // is sending but redacted, who do we detect that here to remove the relation? - this._loadContextEntriesWhereNeeded([pee]); pee.notifyUpdate(params); }, pee => this._applyAndEmitLocalRelationChange(pee, target => target.removeLocalRelation(pee))