1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-16 06:42:26 +03:00

Use RoomList.orderAlphabetically as the inverse of RoomList.orderByRecents for migration

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski
2020-02-26 23:05:08 +00:00
parent a1908a208e
commit 3ad8b6e9cc
3 changed files with 9 additions and 8 deletions

View File

@@ -48,7 +48,7 @@ export default class PreferencesUserSettingsTab extends React.Component {
];
static ROOM_LIST_SETTINGS = [
'RoomList.orderByRecents',
'RoomList.orderAlphabetically',
'RoomList.orderByImportance',
'breadcrumbs',
];