Merge branch 'develop' into psg-863/dm-learn-more-rename

This commit is contained in:
Kerry 2022-10-26 15:09:44 +02:00 committed by GitHub
commit 31c0988220
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 486 additions and 150 deletions

View file

@ -570,8 +570,7 @@ export default class RoomSublist extends React.Component<IProps, IState> {
const slidingList = SlidingSyncManager.instance.slidingSync.getList(slidingSyncIndex);
isAlphabetical = slidingList.sort[0] === "by_name";
isUnreadFirst = (
slidingList.sort[0] === "by_highlight_count" ||
slidingList.sort[0] === "by_notification_count"
slidingList.sort[0] === "by_notification_level"
);
}