коммит произвёл
GitHub
родитель
3eca862384
Коммит
1f1e83a16c
@@ -70,8 +70,6 @@ type FeatureFlags struct {
|
|||||||
// Enable Boards as a product (multi-product architecture)
|
// Enable Boards as a product (multi-product architecture)
|
||||||
BoardsProduct bool
|
BoardsProduct bool
|
||||||
|
|
||||||
PlanUpgradeButtonText string
|
|
||||||
|
|
||||||
// A/B Test on posting a welcome message
|
// A/B Test on posting a welcome message
|
||||||
SendWelcomePost bool
|
SendWelcomePost bool
|
||||||
|
|
||||||
@@ -103,7 +101,6 @@ func (f *FeatureFlags) SetDefaults() {
|
|||||||
f.CommandPalette = false
|
f.CommandPalette = false
|
||||||
f.CallsEnabled = true
|
f.CallsEnabled = true
|
||||||
f.BoardsProduct = false
|
f.BoardsProduct = false
|
||||||
f.PlanUpgradeButtonText = "upgrade"
|
|
||||||
f.SendWelcomePost = true
|
f.SendWelcomePost = true
|
||||||
f.PostPriority = false
|
f.PostPriority = false
|
||||||
f.PeopleProduct = false
|
f.PeopleProduct = false
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user