mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2025-01-11 04:27:40 +01:00
clarify comment
This commit is contained in:
parent
3b629622d9
commit
4f10174e48
@ -163,7 +163,7 @@ export class Timeline {
|
|||||||
updateOrFalse,
|
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) {
|
if (!found && pee.relatedEventId) {
|
||||||
this._remoteEntries.findAndUpdate(
|
this._remoteEntries.findAndUpdate(
|
||||||
e => e.id === pee.relatedEventId,
|
e => e.id === pee.relatedEventId,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user