Corregir notificaicon check

This commit is contained in:
2025-11-25 08:43:54 -03:00
parent 093256382c
commit ad59152cce
5 changed files with 124 additions and 4 deletions

View File

@@ -97,6 +97,7 @@ class QuestionBase(BaseModel):
allow_photos: bool = True
max_photos: int = 3
requires_comment_on_fail: bool = False
send_notification: bool = False
parent_question_id: Optional[int] = None
show_if_answer: Optional[str] = None
ai_prompt: Optional[str] = None