MM-47865 - remove guided channel ff (#21599)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
5a0a3e6d13
Коммит
e5828b6da0
@@ -42,9 +42,6 @@ type FeatureFlags struct {
|
|||||||
// A dash separated list for feature flags to turn on for Boards
|
// A dash separated list for feature flags to turn on for Boards
|
||||||
BoardsFeatureFlags string
|
BoardsFeatureFlags string
|
||||||
|
|
||||||
// Enable Create First Channel
|
|
||||||
GuidedChannelCreation bool
|
|
||||||
|
|
||||||
// A/B test for whether radio buttons or toggle button is more effective in in-screen invite to team modal ("none", "toggle")
|
// A/B test for whether radio buttons or toggle button is more effective in in-screen invite to team modal ("none", "toggle")
|
||||||
InviteToTeam string
|
InviteToTeam string
|
||||||
|
|
||||||
@@ -98,7 +95,6 @@ func (f *FeatureFlags) SetDefaults() {
|
|||||||
f.PermalinkPreviews = true
|
f.PermalinkPreviews = true
|
||||||
f.CallsMobile = false
|
f.CallsMobile = false
|
||||||
f.BoardsFeatureFlags = ""
|
f.BoardsFeatureFlags = ""
|
||||||
f.GuidedChannelCreation = false
|
|
||||||
f.InviteToTeam = "none"
|
f.InviteToTeam = "none"
|
||||||
f.CustomGroups = true
|
f.CustomGroups = true
|
||||||
f.BoardsDataRetention = false
|
f.BoardsDataRetention = false
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user