update comment

This commit is contained in:
RMidhunSuresh 2022-01-11 13:28:35 +05:30
parent f605608098
commit bf6dfcfcad

View file

@ -262,7 +262,9 @@ export class Timeline {
/**
* Update entries based on newly received events.
* This is specific to events that are not in the timeline but had to be fetched from the homeserver.
* This is specific to events that are not in the timeline but had to be fetched from the homeserver
* because they are context-events for other events in the timeline (i.e fetched from hs so that we
* can render things like reply previews)
*/
_updateEntriesFetchedFromHomeserver(entries) {
/**