remove feature flag for inline post editing (#19761)

Этот коммит содержится в:
Michel Engelen
2022-03-14 13:57:22 +01:00
коммит произвёл GitHub
родитель 77e779bf4f
Коммит f4f8dcc88b

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

@@ -58,9 +58,6 @@ type FeatureFlags struct {
CustomGroups bool
// Enable inline post editing
InlinePostEditing bool
// Enable DataRetention for Boards
BoardsDataRetention bool
@@ -93,7 +90,6 @@ func (f *FeatureFlags) SetDefaults() {
f.GuidedChannelCreation = false
f.InviteToTeam = "none"
f.CustomGroups = true
f.InlinePostEditing = false
f.BoardsDataRetention = false
f.NormalizeLdapDNs = false
f.EnableInactivityCheckJob = true