feat: updated
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user