Remove statement

This commit is contained in:
RMidhunSuresh 2022-01-12 19:14:38 +05:30
parent d0f7570f5e
commit ed88184757

View file

@ -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))