[MM-41573] - Remove FF for MM-39060 Resend Invite Interval (#19652)

* [MM-41573] - Remove FF for MM-39060 Resend Invite Interval

* feedback impl
Этот коммит содержится в:
Allan Guwatudde
2022-03-09 17:57:25 +03:00
коммит произвёл GitHub
родитель 20a0178dcb
Коммит d543db6186
3 изменённых файлов: 28 добавлений и 106 удалений

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

@@ -53,8 +53,8 @@ type FeatureFlags struct {
// A/B test for the add members to channel button, possible values = ("top", "bottom")
AddMembersToChannel string
// 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
// 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")
InviteToTeam string
@@ -97,7 +97,7 @@ func (f *FeatureFlags) SetDefaults() {
f.CallsMobile = false
f.BoardsFeatureFlags = ""
f.AddMembersToChannel = "top"
f.ResendInviteEmailInterval = ""
f.GuidedChannelCreation = false
f.InviteToTeam = "none"
f.CustomGroups = true
f.InlinePostEditing = false