MM-48070 - Remove the unused CallsMobile feature flag (#21721)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
e031b16b16
Коммит
ccc9e9650c
@@ -33,9 +33,6 @@ type FeatureFlags struct {
|
|||||||
|
|
||||||
PermalinkPreviews bool
|
PermalinkPreviews bool
|
||||||
|
|
||||||
// Enable Calls plugin support in the mobile app
|
|
||||||
CallsMobile bool
|
|
||||||
|
|
||||||
// CallsEnabled controls whether or not the Calls plugin should be enabled
|
// CallsEnabled controls whether or not the Calls plugin should be enabled
|
||||||
CallsEnabled bool
|
CallsEnabled bool
|
||||||
|
|
||||||
@@ -92,7 +89,6 @@ func (f *FeatureFlags) SetDefaults() {
|
|||||||
f.PluginApps = ""
|
f.PluginApps = ""
|
||||||
f.PluginFocalboard = ""
|
f.PluginFocalboard = ""
|
||||||
f.PermalinkPreviews = true
|
f.PermalinkPreviews = true
|
||||||
f.CallsMobile = false
|
|
||||||
f.BoardsFeatureFlags = ""
|
f.BoardsFeatureFlags = ""
|
||||||
f.CustomGroups = true
|
f.CustomGroups = true
|
||||||
f.BoardsDataRetention = false
|
f.BoardsDataRetention = false
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user