[MM-41579] Remove FF guided channel creation (#19673)

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
Julien Tant
2022-03-04 16:40:04 -07:00
коммит произвёл GitHub
родитель 0ddfc7abf2
Коммит b70338071f

Просмотреть файл

@@ -53,9 +53,6 @@ type FeatureFlags struct {
// A/B test for the add members to channel button, possible values = ("top", "bottom")
AddMembersToChannel string
// Enable Create First Channel
GuidedChannelCreation bool
// Determine after which duration in hours to send a second invitation to someone that didn't join after the initial invite, possible values = ("48", "72")
ResendInviteEmailInterval string
@@ -100,7 +97,6 @@ func (f *FeatureFlags) SetDefaults() {
f.CallsMobile = false
f.BoardsFeatureFlags = ""
f.AddMembersToChannel = "top"
f.GuidedChannelCreation = false
f.ResendInviteEmailInterval = ""
f.InviteToTeam = "none"
f.CustomGroups = true