You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/web/src/viewmodels/room-list/RoomListItemViewModel.ts
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -423,8 +423,11 @@ export class RoomListItemViewModel
423
423
424
424
return(
425
425
RoomListStoreV3.instance.orderedSectionTags
426
-
// Exclude the Chats section because the user toggle the other sections to move rooms in and out of the Chats section.
427
-
.filter((tag)=>tag!==CHATS_TAG)
426
+
// Exclude the Chats because the user toggle the other sections to move rooms in and out of the Chats section.
427
+
// Also exclude the default sections because they are available as toggles in the main context menu, and we don't want them to be duplicated in the "Move to section" submenu.
0 commit comments