MM-48070 - Remove the unused CallsMobile feature flag (#21721)

Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
This commit is contained in:
Christopher Poile
2022-11-25 14:45:25 -05:00
committed by GitHub
parent e031b16b16
commit ccc9e9650c

View File

@@ -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