Custom subject and body

This commit is contained in:
Arc 2026-05-08 19:14:07 +01:00
commit 6768b78c6f
4 changed files with 42 additions and 13 deletions

View file

@ -26,6 +26,8 @@ class EventExtra(BaseModel):
min_tickets: int = 1
email_notifications: bool = False
nostr_notifications: bool = False
notification_subject: str = ""
notification_body: str = ""
class CreateEvent(BaseModel):