Disable use of account-level ordering options in new room list
Fixes https://github.com/vector-im/riot-web/issues/14069 We can't drop them completely for compatibility with the old room list.
This commit is contained in:
parent
2eaaf6a7bd
commit
d402808101
3 changed files with 19 additions and 8 deletions
|
@ -478,11 +478,13 @@ export const SETTINGS = {
|
|||
deny: [],
|
||||
},
|
||||
},
|
||||
// TODO: Remove setting: https://github.com/vector-im/riot-web/issues/14231
|
||||
"RoomList.orderAlphabetically": {
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
displayName: _td("Order rooms by name"),
|
||||
default: false,
|
||||
},
|
||||
// TODO: Remove setting: https://github.com/vector-im/riot-web/issues/14231
|
||||
"RoomList.orderByImportance": {
|
||||
supportedLevels: LEVELS_ACCOUNT_SETTINGS,
|
||||
displayName: _td("Show rooms with unread notifications first"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue