From ccc9e9650c8ab41a0c22beec8d2c99fb2f0a70eb Mon Sep 17 00:00:00 2001 From: Christopher Poile Date: Fri, 25 Nov 2022 14:45:25 -0500 Subject: [PATCH] MM-48070 - Remove the unused CallsMobile feature flag (#21721) Co-authored-by: Mattermod --- model/feature_flags.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/model/feature_flags.go b/model/feature_flags.go index 9331177c57..b5e9259ab8 100644 --- a/model/feature_flags.go +++ b/model/feature_flags.go @@ -33,9 +33,6 @@ type FeatureFlags struct { PermalinkPreviews bool - // Enable Calls plugin support in the mobile app - CallsMobile bool - // CallsEnabled controls whether or not the Calls plugin should be enabled CallsEnabled bool @@ -92,7 +89,6 @@ func (f *FeatureFlags) SetDefaults() { f.PluginApps = "" f.PluginFocalboard = "" f.PermalinkPreviews = true - f.CallsMobile = false f.BoardsFeatureFlags = "" f.CustomGroups = true f.BoardsDataRetention = false