Add explaining comment

This commit is contained in:
RMidhunSuresh 2022-01-06 15:37:58 +05:30
parent 7adce08eee
commit cfbb6d4250

View file

@ -48,6 +48,7 @@ export class Timeline {
this._allEntries = null;
/** Stores event entries that we had to fetch from hs/storage for reply previews (because they were not in timeline) */
this._contextEntriesNotInTimeline = new Map();
/** Only used to decrypt non-persisted context entries fetched from the homeserver */
this._decryptEntries = null;
this._hsApi = hsApi;
this.initializePowerLevels(powerLevelsObservable);