Merge pull request #21175 from emmyni/MM-29625

MM-29625: Remove CloudBilling Feature Flag
Этот коммит содержится в:
emmyni
2022-10-07 11:11:54 -04:00
коммит произвёл GitHub
родитель 9a804a96fe e59f527f92
Коммит 07f04b0349
3 изменённых файлов: 0 добавлений и 7 удалений

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

@@ -55,7 +55,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)