[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 удалений

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

@@ -38,6 +38,7 @@ export type ClientConfig = {
DiagnosticId: string;
DiagnosticsEnabled: string;
DisableRefetchingOnBrowserFocus: string;
DisableWakeUpReconnectHandler: string;
EmailLoginButtonBorderColor: string;
EmailLoginButtonColor: string;
EmailLoginButtonTextColor: string;