MM-53088 - remove autoshow linked board (#23783)
Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
283abbe704
Коммит
887ba95cc1
@@ -58,9 +58,6 @@ type FeatureFlags struct {
|
||||
// A/B Test on reduced onboarding task list item
|
||||
ReduceOnBoardingTaskList bool
|
||||
|
||||
// A/B Test to control when to show onboarding linked board
|
||||
OnboardingAutoShowLinkedBoard bool
|
||||
|
||||
ThreadsEverywhere bool
|
||||
|
||||
GlobalDrafts bool
|
||||
@@ -94,7 +91,6 @@ func (f *FeatureFlags) SetDefaults() {
|
||||
f.GlobalDrafts = true
|
||||
f.DeprecateCloudFree = false
|
||||
f.WysiwygEditor = false
|
||||
f.OnboardingAutoShowLinkedBoard = false
|
||||
f.OnboardingTourTips = true
|
||||
f.CloudReverseTrial = false
|
||||
}
|
||||
|
||||
@@ -33,9 +33,6 @@ const (
|
||||
PreferenceRecommendedNextSteps = "recommended_next_steps"
|
||||
PreferenceNameInsights = "insights_tutorial_state"
|
||||
|
||||
// initial onboarding preferences
|
||||
PreferenceOnboarding = "onboarding"
|
||||
|
||||
PreferenceCategoryTheme = "theme"
|
||||
// the name for theme props is the team id
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user