clarify comment
This commit is contained in:
parent
3b629622d9
commit
4f10174e48
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ export class Timeline {
|
|||
updateOrFalse,
|
||||
);
|
||||
}
|
||||
// now look in remote entries based on event id
|
||||
// if not found here, look in remote entries based on event id
|
||||
if (!found && pee.relatedEventId) {
|
||||
this._remoteEntries.findAndUpdate(
|
||||
e => e.id === pee.relatedEventId,
|
||||
|
|
Reference in a new issue