Implement multi-user WhatsApp notifications and settings UI
This commit is contained in:
@@ -18,6 +18,9 @@ model User {
|
||||
role String @default("DOMAIN_ADMIN") // SUPER_ADMIN or DOMAIN_ADMIN
|
||||
domains String[] @default([]) // ["*"] or list of domains
|
||||
telegramId String?
|
||||
telegramEnabled Boolean @default(true)
|
||||
whatsappNumber String?
|
||||
whatsappEnabled Boolean @default(false)
|
||||
mailboxMappings MailboxMapping[]
|
||||
notificationConfigs NotificationConfig[]
|
||||
notificationLogs NotificationLog[]
|
||||
|
||||
Reference in New Issue
Block a user