mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
Add explaining comment
This commit is contained in:
parent
7adce08eee
commit
cfbb6d4250
@ -48,6 +48,7 @@ export class Timeline {
|
|||||||
this._allEntries = null;
|
this._allEntries = null;
|
||||||
/** Stores event entries that we had to fetch from hs/storage for reply previews (because they were not in timeline) */
|
/** Stores event entries that we had to fetch from hs/storage for reply previews (because they were not in timeline) */
|
||||||
this._contextEntriesNotInTimeline = new Map();
|
this._contextEntriesNotInTimeline = new Map();
|
||||||
|
/** Only used to decrypt non-persisted context entries fetched from the homeserver */
|
||||||
this._decryptEntries = null;
|
this._decryptEntries = null;
|
||||||
this._hsApi = hsApi;
|
this._hsApi = hsApi;
|
||||||
this.initializePowerLevels(powerLevelsObservable);
|
this.initializePowerLevels(powerLevelsObservable);
|
||||||
|
Loading…
Reference in New Issue
Block a user