mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
Fix error
This commit is contained in:
parent
963324c767
commit
f073f40e31
@ -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")
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user