clarify comment

This commit is contained in:
Bruno Windels 2021-06-16 10:28:17 +02:00
parent 3b629622d9
commit 4f10174e48

View file

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