MM-27380 Move collapsed categories to server (#17194)

Этот коммит содержится в:
Harrison Healey
2021-03-26 17:46:56 -04:00
коммит произвёл GitHub
родитель 5e076ea36f
Коммит b3e0db012b
3 изменённых файлов: 13 добавлений и 0 удалений

Просмотреть файл

@@ -47,6 +47,7 @@ type SidebarCategory struct {
Type SidebarCategoryType `json:"type"`
DisplayName string `json:"display_name"`
Muted bool `json:"muted"`
Collapsed bool `json:"collapsed"`
}
// SidebarCategoryWithChannels combines data from SidebarCategory table with the Channel IDs that belong to that category