make pushNotificationServer configurable in E2E (#25929)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
f4fbc90e23
Коммит
9a066b0390
@@ -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 = {
|
||||
|
||||
Ссылка в новой задаче
Block a user