mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-20 12:19:06 +00:00
hotfix/server: fix participants loading on old meetings
This commit is contained in:
@@ -133,7 +133,7 @@ class Transcript(BaseModel):
|
||||
long_summary: str | None = None
|
||||
topics: list[TranscriptTopic] = []
|
||||
events: list[TranscriptEvent] = []
|
||||
participants: list[TranscriptParticipant] = []
|
||||
participants: list[TranscriptParticipant] | None = []
|
||||
source_language: str = "en"
|
||||
target_language: str = "en"
|
||||
share_mode: Literal["private", "semi-private", "public"] = "private"
|
||||
|
||||
Reference in New Issue
Block a user