Fix error
This commit is contained in:
parent
963324c767
commit
f073f40e31
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ export class RoomViewModel extends ViewModel {
|
|||
this._composerVM = this.track(new ComposerViewModel(this));
|
||||
}
|
||||
else {
|
||||
this._composerVM = this.track(new LowerPowerLevelViewModel());
|
||||
this._composerVM = this.track(new LowerPowerLevelViewModel(this.childOptions()));
|
||||
}
|
||||
this.emitChange("powerLevelObservable")
|
||||
};
|
||||
|
|
Reference in a new issue