Prune unsupported setting RoomSubList.showEmpty
The code reading this setting was previously removed in #2229.
This commit is contained in:
parent
ef78036a72
commit
e08c70b820
3 changed files with 0 additions and 7 deletions
|
@ -324,11 +324,6 @@ export const SETTINGS = {
|
|||
supportedLevels: ['room-device'],
|
||||
default: false,
|
||||
},
|
||||
"RoomSubList.showEmpty": {
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
displayName: _td('Show empty room list headings'),
|
||||
default: true,
|
||||
},
|
||||
"alwaysInviteUnknownUsers": {
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
displayName: _td('Always invite users which may not exist'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue