remove references to CloudBilling

Этот коммит содержится в:
Emmy Ni
2022-09-30 11:33:34 -04:00
родитель 15b5b1c191
Коммит e59f527f92
3 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@@ -54,7 +54,6 @@ func GenerateClientConfig(c *model.Config, telemetryID string, license *model.Li
// This setting is only temporary, so keep using the old setting name for the mobile and web apps
props["ExperimentalEnablePostMetadata"] = "true"
props["ExperimentalCloudBilling"] = strconv.FormatBool(*c.ExperimentalSettings.CloudBilling)
props["EnableAppBar"] = strconv.FormatBool(*c.ExperimentalSettings.EnableAppBar)
props["ExperimentalEnableAutomaticReplies"] = strconv.FormatBool(*c.TeamSettings.ExperimentalEnableAutomaticReplies)