forked from mystiq/hydrogen-web
findAndUpdate instead of update
This commit is contained in:
parent
7a91dd9595
commit
287212956b
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ export class Timeline {
|
|||
contextEvent.addDependent(entry);
|
||||
entry.setContextEntry(contextEvent);
|
||||
// emit this change
|
||||
this._remoteEntries.update(entry);
|
||||
this._findAndUpdateRelatedEntry(null, entry.id, () => true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue