You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Prune unsupported setting RoomSubList.showEmpty
The code reading this setting was previously removed in #2229.
This commit is contained in:
@ -82,7 +82,6 @@ const SIMPLE_SETTINGS = [
|
|||||||
{ id: "VideoView.flipVideoHorizontally" },
|
{ id: "VideoView.flipVideoHorizontally" },
|
||||||
{ id: "TagPanel.disableTagPanel" },
|
{ id: "TagPanel.disableTagPanel" },
|
||||||
{ id: "enableWidgetScreenshots" },
|
{ id: "enableWidgetScreenshots" },
|
||||||
{ id: "RoomSubList.showEmpty" },
|
|
||||||
{ id: "pinMentionedRooms" },
|
{ id: "pinMentionedRooms" },
|
||||||
{ id: "pinUnreadRooms" },
|
{ id: "pinUnreadRooms" },
|
||||||
{ id: "showDeveloperTools" },
|
{ id: "showDeveloperTools" },
|
||||||
|
@ -296,7 +296,6 @@
|
|||||||
"Pin rooms I'm mentioned in to the top of the room list": "Pin rooms I'm mentioned in to the top of the room list",
|
"Pin rooms I'm mentioned in to the top of the room list": "Pin rooms I'm mentioned in to the top of the room list",
|
||||||
"Pin unread rooms to the top of the room list": "Pin unread rooms to the top of the room list",
|
"Pin unread rooms to the top of the room list": "Pin unread rooms to the top of the room list",
|
||||||
"Enable widget screenshots on supported widgets": "Enable widget screenshots on supported widgets",
|
"Enable widget screenshots on supported widgets": "Enable widget screenshots on supported widgets",
|
||||||
"Show empty room list headings": "Show empty room list headings",
|
|
||||||
"Always invite users which may not exist": "Always invite users which may not exist",
|
"Always invite users which may not exist": "Always invite users which may not exist",
|
||||||
"Show developer tools": "Show developer tools",
|
"Show developer tools": "Show developer tools",
|
||||||
"Collecting app version information": "Collecting app version information",
|
"Collecting app version information": "Collecting app version information",
|
||||||
|
@ -324,11 +324,6 @@ export const SETTINGS = {
|
|||||||
supportedLevels: ['room-device'],
|
supportedLevels: ['room-device'],
|
||||||
default: false,
|
default: false,
|
||||||
},
|
},
|
||||||
"RoomSubList.showEmpty": {
|
|
||||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
|
||||||
displayName: _td('Show empty room list headings'),
|
|
||||||
default: true,
|
|
||||||
},
|
|
||||||
"alwaysInviteUnknownUsers": {
|
"alwaysInviteUnknownUsers": {
|
||||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||||
displayName: _td('Always invite users which may not exist'),
|
displayName: _td('Always invite users which may not exist'),
|
||||||
|
Reference in New Issue
Block a user