support auto tour ab test (#18695)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
3e0ab2d386
Коммит
3365f56584
@@ -52,6 +52,9 @@ type FeatureFlags struct {
|
|||||||
|
|
||||||
// Enable Calls plugin support in the mobile app
|
// Enable Calls plugin support in the mobile app
|
||||||
CallsMobile bool
|
CallsMobile bool
|
||||||
|
|
||||||
|
// Start A/B tour tips automatically, possible values = ("none", "auto")
|
||||||
|
AutoTour string
|
||||||
}
|
}
|
||||||
|
|
||||||
func (f *FeatureFlags) SetDefaults() {
|
func (f *FeatureFlags) SetDefaults() {
|
||||||
@@ -70,6 +73,7 @@ func (f *FeatureFlags) SetDefaults() {
|
|||||||
f.DownloadAppsCTA = "none"
|
f.DownloadAppsCTA = "none"
|
||||||
f.BoardsUnfurl = true
|
f.BoardsUnfurl = true
|
||||||
f.CallsMobile = false
|
f.CallsMobile = false
|
||||||
|
f.AutoTour = "none"
|
||||||
}
|
}
|
||||||
|
|
||||||
func (f *FeatureFlags) Plugins() map[string]string {
|
func (f *FeatureFlags) Plugins() map[string]string {
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user