[MM-57407] Add setting to disable the wake up on reconnect handler (#26924)

* [MM-57407] Add setting to disable the wake up on reconnect handler

* Add dependency

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
Devin Binnie
2024-05-03 09:06:06 -04:00
коммит произвёл GitHub
родитель 4b5d02990d
Коммит 8da64a5c34
7 изменённых файлов: 23 добавлений и 1 удалений

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

@@ -96,6 +96,7 @@ func GenerateClientConfig(c *model.Config, telemetryID string, license *model.Li
props["CWSMock"] = model.MockCWS
props["DisableRefetchingOnBrowserFocus"] = strconv.FormatBool(*c.ExperimentalSettings.DisableRefetchingOnBrowserFocus)
props["DisableWakeUpReconnectHandler"] = strconv.FormatBool(*c.ExperimentalSettings.DisableWakeUpReconnectHandler)
// Set default values for all options that require a license.
props["ExperimentalEnableAuthenticationTransfer"] = "true"