MM-39565 - remove top option ab testing (#19966)
Co-authored-by: Pablo Velez Vidal <pablo.velez@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
5cb31a114a
Коммит
6881b12af9
@@ -41,9 +41,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
|
||||||
|
|
||||||
// A/B test for the add members to channel button, possible values = ("top", "bottom")
|
|
||||||
AddMembersToChannel string
|
|
||||||
|
|
||||||
// Enable Create First Channel
|
// Enable Create First Channel
|
||||||
GuidedChannelCreation bool
|
GuidedChannelCreation bool
|
||||||
|
|
||||||
@@ -80,7 +77,6 @@ func (f *FeatureFlags) SetDefaults() {
|
|||||||
f.PermalinkPreviews = true
|
f.PermalinkPreviews = true
|
||||||
f.CallsMobile = false
|
f.CallsMobile = false
|
||||||
f.BoardsFeatureFlags = ""
|
f.BoardsFeatureFlags = ""
|
||||||
f.AddMembersToChannel = "top"
|
|
||||||
f.GuidedChannelCreation = false
|
f.GuidedChannelCreation = false
|
||||||
f.InviteToTeam = "none"
|
f.InviteToTeam = "none"
|
||||||
f.CustomGroups = true
|
f.CustomGroups = true
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user