MM-30338 Add feature flag for collapsedthreads (#16598)
Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
aa64bde1e1
Коммит
110ac3b1ec
@@ -16,6 +16,8 @@ type FeatureFlags struct {
|
||||
// Toggle on and off scheduled jobs for cloud user limit emails see MM-29999
|
||||
CloudDelinquentEmailJobsEnabled bool
|
||||
|
||||
// Toggle on and off support for Collapsed Threads
|
||||
CollapsedThreads bool
|
||||
// Feature flags to control plugin versions
|
||||
PluginIncidentManagement string `plugin_id:"com.mattermost.plugin-incident-management"`
|
||||
}
|
||||
@@ -24,7 +26,7 @@ func (f *FeatureFlags) SetDefaults() {
|
||||
f.TestFeature = "off"
|
||||
f.TestBoolFeature = false
|
||||
f.CloudDelinquentEmailJobsEnabled = false
|
||||
|
||||
f.CollapsedThreads = false
|
||||
f.PluginIncidentManagement = "1.1.1"
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user