make pushNotificationServer configurable in E2E (#25929)

Этот коммит содержится в:
Saturnino Abril
2024-01-17 16:54:05 +08:00
коммит произвёл GitHub
родитель f4fbc90e23
Коммит 9a066b0390
8 изменённых файлов: 72 добавлений и 19 удалений

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

@@ -388,6 +388,7 @@ export type ServiceSettings = {
PersistentNotificationMaxRecipients: number;
UniqueEmojiReactionLimitPerPost: number;
RefreshPostStatsRunTime: string;
MaximumPayloadSizeBytes: number;
};
export type TeamSettings = {
@@ -456,6 +457,7 @@ export type LogSettings = {
EnableSentry: boolean;
AdvancedLoggingConfig: string;
AdvancedLoggingJSON: Record<string, any>;
MaxFieldSize: number;
};
export type ExperimentalAuditSettings = {