MM-50122 : Remove and test refetching of channels on browser focus change (#22973)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
6ca5824ea1
Коммит
7b9d43e308
@@ -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 = {
|
||||
|
||||
Ссылка в новой задаче
Block a user