MM-51482_Create Apps Category and link to bots DM (#22918)

Этот коммит содержится в:
Julian Mondragón
2023-04-27 19:44:14 -05:00
коммит произвёл GitHub
родитель 13f1d0fdc5
Коммит 1051925eec
17 изменённых файлов: 3650 добавлений и 113 удалений

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

@@ -353,9 +353,12 @@ func (*resolver) SidebarCategories(ctx context.Context, args struct {
return nil, appErr
}
} else {
appsCategoryEnabled := c.App.Config().FeatureFlags.AppsSidebarCategory
opts := &store.SidebarCategorySearchOpts{
TeamID: args.TeamID,
ExcludeTeam: args.ExcludeTeam,
TeamID: args.TeamID,
ExcludeTeam: args.ExcludeTeam,
AppsCategoryEnabled: appsCategoryEnabled,
}
categories, appErr = c.App.GetSidebarCategories(c.AppContext, args.UserID, opts)
if appErr != nil {