diff --git a/model/feature_flags.go b/model/feature_flags.go index 3d76ab8bea..b8a3fa26d4 100644 --- a/model/feature_flags.go +++ b/model/feature_flags.go @@ -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