remove invite to team feature flag

Этот коммит содержится в:
Julien Tant
2022-01-26 14:44:16 -07:00
родитель d639e3c87c
Коммит fec826ade4

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

@@ -65,9 +65,6 @@ type FeatureFlags struct {
// 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
// A/B test for whether radio buttons or toggle button is more effective in in-screen invite to team modal ("none", "toggle")
InviteToTeam string
// Enable inline post editing
InlinePostEditing bool
@@ -97,7 +94,6 @@ func (f *FeatureFlags) SetDefaults() {
f.AddMembersToChannel = "top"
f.GuidedChannelCreation = false
f.ResendInviteEmailInterval = ""
f.InviteToTeam = "none"
f.InlinePostEditing = false
f.BoardsDataRetention = false
f.NormalizeLdapDNs = false