forked from mystiq/hydrogen-web
Remove statement
This commit is contained in:
parent
d0f7570f5e
commit
ed88184757
1 changed files with 0 additions and 1 deletions
|
@ -101,7 +101,6 @@ export class Timeline {
|
||||||
pe => this._mapPendingEventToEntry(pe),
|
pe => this._mapPendingEventToEntry(pe),
|
||||||
(pee, params) => {
|
(pee, params) => {
|
||||||
// is sending but redacted, who do we detect that here to remove the relation?
|
// is sending but redacted, who do we detect that here to remove the relation?
|
||||||
this._loadContextEntriesWhereNeeded([pee]);
|
|
||||||
pee.notifyUpdate(params);
|
pee.notifyUpdate(params);
|
||||||
},
|
},
|
||||||
pee => this._applyAndEmitLocalRelationChange(pee, target => target.removeLocalRelation(pee))
|
pee => this._applyAndEmitLocalRelationChange(pee, target => target.removeLocalRelation(pee))
|
||||||
|
|
Loading…
Reference in a new issue