MM-51482_Create Apps Category and link to bots DM (#22918)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
13f1d0fdc5
Коммит
1051925eec
@@ -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 {
|
||||
|
||||
Ссылка в новой задаче
Block a user