MM-50122 : Remove and test refetching of channels on browser focus change (#22973)

Этот коммит содержится в:
M-ZubairAhmed
2023-04-19 11:48:27 +05:30
коммит произвёл GitHub
родитель 6ca5824ea1
Коммит 7b9d43e308
9 изменённых файлов: 43 добавлений и 16 удалений

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

@@ -38,6 +38,7 @@ export type ClientConfig = {
DefaultTheme: string;
DiagnosticId: string;
DiagnosticsEnabled: string;
DisableRefetchingOnBrowserFocus: string;
EmailLoginButtonBorderColor: string;
EmailLoginButtonColor: string;
EmailLoginButtonTextColor: string;
@@ -729,6 +730,7 @@ export type ExperimentalSettings = {
EnableRemoteClusterService: boolean;
EnableAppBar: boolean;
PatchPluginsReactDOM: boolean;
DisableRefetchingOnBrowserFocus: boolean;
};
export type AnalyticsSettings = {