Merge pull request #19426 from JulienTant/MM-41189/remove-ff-invite-team

Этот коммит содержится в:
Julien Tant
2022-02-01 09:18:27 -07:00
коммит произвёл GitHub
родитель 58879719f2 fec826ade4
Коммит 257ea22dac

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

@@ -62,9 +62,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
@@ -93,7 +90,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