diff --git a/src/stores/room-list/algorithms/list-ordering/ImportanceAlgorithm.ts b/src/stores/room-list/algorithms/list-ordering/ImportanceAlgorithm.ts index 35826c6497d..11a7314b8f2 100644 --- a/src/stores/room-list/algorithms/list-ordering/ImportanceAlgorithm.ts +++ b/src/stores/room-list/algorithms/list-ordering/ImportanceAlgorithm.ts @@ -104,7 +104,6 @@ export class ImportanceAlgorithm extends OrderingAlgorithm { // Every other sorting type affects the categories, not the whole tag. const categorized = this.categorizeRooms(rooms); for (const category of Object.keys(categorized)) { - if (!isNaN(Number(category))) continue; const notificationColor = category as unknown as NotificationColor; const roomsToOrder = categorized[notificationColor]; categorized[notificationColor] = sortRoomsWithAlgorithm(