[MM-14502] Add experimental flag to enable click-to-reply (#10415)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
3bbec7e954
Коммит
3efd28c2ab
@@ -44,6 +44,7 @@ func GenerateClientConfig(c *model.Config, diagnosticId string, license *model.L
|
||||
|
||||
// This setting is only temporary, so keep using the old setting name for the mobile and web apps
|
||||
props["ExperimentalEnablePostMetadata"] = strconv.FormatBool(!*c.ExperimentalSettings.DisablePostMetadata)
|
||||
props["ExperimentalEnableClickToReply"] = strconv.FormatBool(*c.ExperimentalSettings.EnableClickToReply)
|
||||
|
||||
if *c.ServiceSettings.ExperimentalChannelOrganization || *c.ServiceSettings.ExperimentalGroupUnreadChannels != model.GROUP_UNREAD_CHANNELS_DISABLED {
|
||||
props["ExperimentalChannelOrganization"] = strconv.FormatBool(true)
|
||||
|
||||
@@ -361,7 +361,8 @@
|
||||
"ClientSideCertCheck": "secondary",
|
||||
"DisablePostMetadata": false,
|
||||
"LinkMetadataTimeoutMilliseconds": 5000,
|
||||
"RestrictSystemAdmin": false
|
||||
"RestrictSystemAdmin": false,
|
||||
"EnableClickToReply": false
|
||||
},
|
||||
"AnalyticsSettings": {
|
||||
"MaxUsersForStatistics": 2500
|
||||
|
||||
Ссылка в новой задаче
Block a user