forked from mystiq/hydrogen-web
Initialize prop in constructor
Signed-off-by: RMidhunSuresh <rmidhunsuresh@gmail.com>
This commit is contained in:
parent
ec4a783759
commit
436e87578e
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ export class BaseRoom extends EventEmitter {
|
||||||
this._getSyncToken = getSyncToken;
|
this._getSyncToken = getSyncToken;
|
||||||
this._platform = platform;
|
this._platform = platform;
|
||||||
this._observedEvents = null;
|
this._observedEvents = null;
|
||||||
|
this._powerLevels = null;
|
||||||
|
this._powerLevelLoading = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
async _eventIdsToEntries(eventIds, txn) {
|
async _eventIdsToEntries(eventIds, txn) {
|
||||||
|
|
Loading…
Reference in a new issue