MM-29011: Add feature flag for shared channels (#15585)
* MM-29011: Add feature flag for shared channels https://mattermost.atlassian.net/browse/MM-29011 * gofmt Co-authored-by: Mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
ab816b18ce
Коммит
0e90606547
@@ -683,6 +683,7 @@ func (ts *TelemetryService) trackConfig() {
|
||||
"restrict_system_admin": *cfg.ExperimentalSettings.RestrictSystemAdmin,
|
||||
"use_new_saml_library": *cfg.ExperimentalSettings.UseNewSAMLLibrary,
|
||||
"cloud_billing": *cfg.ExperimentalSettings.CloudBilling,
|
||||
"enable_shared_channels": *cfg.ExperimentalSettings.EnableSharedChannels,
|
||||
})
|
||||
|
||||
ts.sendTelemetry(TRACK_CONFIG_ANALYTICS, map[string]interface{}{
|
||||
|
||||
Ссылка в новой задаче
Block a user