feat: updated

This commit is contained in:
2026-05-10 09:50:39 +03:00
parent 1ae330258b
commit 65c464ab67
19 changed files with 184 additions and 265 deletions

View File

@@ -33,7 +33,6 @@ class CallRecord(BaseModel):
invite_short_code: str | None = None
quick_join_default: bool = False
password: str | None = None
telegram_alert_enabled: bool = False
created_at: datetime = Field(default_factory=utcnow)
started_at: datetime | None = None
is_active: bool = True