[MM-39503] - Remove DownloadApps Feature Flag (#18902)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
83b3090eb9
Коммит
7287da6391
@@ -44,9 +44,6 @@ type FeatureFlags struct {
|
||||
// Enable different treatments for first time users, possible values = ("none", "tour_point", "around_input")
|
||||
PrewrittenMessages string
|
||||
|
||||
// Enable different treatments for first time users, possible values = ("none", "tips_and_next_steps")
|
||||
DownloadAppsCTA string
|
||||
|
||||
// Determine whether when a user gets created, they'll have noisy notifications e.g. Send desktop notifications for all activity
|
||||
NewAccountNoisy bool
|
||||
// Enable Boards Unfurl Preview
|
||||
@@ -78,7 +75,6 @@ func (f *FeatureFlags) SetDefaults() {
|
||||
f.GlobalHeader = true
|
||||
f.AddChannelButton = "by_team_name"
|
||||
f.PrewrittenMessages = "tour_point"
|
||||
f.DownloadAppsCTA = "tips_and_next_steps"
|
||||
f.NewAccountNoisy = false
|
||||
f.BoardsUnfurl = true
|
||||
f.CallsMobile = false
|
||||
|
||||
Ссылка в новой задаче
Block a user