diff --git a/src/models.py b/src/models.py index 7682310..87aefa1 100644 --- a/src/models.py +++ b/src/models.py @@ -54,7 +54,7 @@ class IncidentCreate(BaseModel): refresh_interval: int = Field(default=15, ge=10, le=10080) refresh_start_time: Optional[str] = Field(default=None, pattern=r"^([01]\d|2[0-3]):[0-5]\d$") retention_days: int = Field(default=0, ge=0, le=999) - international_sources: bool = True + international_sources: bool = False include_telegram: bool = False visibility: str = Field(default="public", pattern="^(public|private)$") diff --git a/src/static/dashboard.html b/src/static/dashboard.html index f664cf9..09175d1 100644 --- a/src/static/dashboard.html +++ b/src/static/dashboard.html @@ -362,9 +362,9 @@