We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfaa06d commit 43b909eCopy full SHA for 43b909e
src/stores/room-list-v3/skip-list/sorters/UnreadSorter.ts
@@ -19,8 +19,8 @@ import { BaseRecencySorter } from "./BaseRecencySorter";
19
* Invites -> Calls (new and ongoing) -> Mentions (@) -> Count ([1])/ Marked as unread -> Activity (dot) -> None -> Low Priority -> Mute
20
*/
21
export class UnreadSorter extends BaseRecencySorter implements Sorter {
22
- public get type(): SortingAlgorithm.Recency {
23
- return SortingAlgorithm.Recency;
+ public get type(): SortingAlgorithm.Unread {
+ return SortingAlgorithm.Unread;
24
}
25
26
protected getScore(room: Room): number {
0 commit comments