mirror of
https://github.com/cwinfo/matterbridge.git
synced 2025-07-06 06:04:08 +00:00
Update dependencies (#1822)
This commit is contained in:
3
vendor/github.com/mattermost/mattermost-server/v6/model/channel_sidebar.go
generated
vendored
3
vendor/github.com/mattermost/mattermost-server/v6/model/channel_sidebar.go
generated
vendored
@ -37,12 +37,11 @@ const (
|
||||
)
|
||||
|
||||
// SidebarCategory represents the corresponding DB table
|
||||
// SortOrder is never returned to the user and only used for queries
|
||||
type SidebarCategory struct {
|
||||
Id string `json:"id"`
|
||||
UserId string `json:"user_id"`
|
||||
TeamId string `json:"team_id"`
|
||||
SortOrder int64 `json:"-"`
|
||||
SortOrder int64 `json:"sort_order"`
|
||||
Sorting SidebarCategorySorting `json:"sorting"`
|
||||
Type SidebarCategoryType `json:"type"`
|
||||
DisplayName string `json:"display_name"`
|
||||
|
Reference in New Issue
Block a user