Remove feature_right_panel_default_open (#11359)

* Remove feature_right_panel_default_open

* i18n
This commit is contained in:
Germain 2023-08-07 09:14:49 +01:00 committed by GitHub
parent 93b66501f5
commit aab0c9a9e1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 27 deletions

View file

@ -363,14 +363,6 @@ export const SETTINGS: { [setting: string]: ISetting } = {
displayName: _td("Show info about bridges in room settings"),
default: false,
},
"feature_right_panel_default_open": {
isFeature: true,
labsGroup: LabGroup.Rooms,
supportedLevels: LEVELS_FEATURE,
displayName: _td("Right panel stays open"),
description: _td("Defaults to room member list."),
default: false,
},
"feature_jump_to_date": {
isFeature: true,
labsGroup: LabGroup.Messaging,