Fix email notifictions on chat message ()

This commit is contained in:
Kristina 2024-05-08 15:16:14 +04:00 committed by GitHub
parent 6967255648
commit ddb11014ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -474,6 +474,7 @@ export function createModel (builder: Builder): void {
hidden: false, hidden: false,
txClasses: [core.class.TxCreateDoc], txClasses: [core.class.TxCreateDoc],
objectClass: chunter.class.ChatMessage, objectClass: chunter.class.ChatMessage,
attachedToClass: chunter.class.DirectMessage,
providers: { providers: {
[notification.providers.EmailNotification]: false, [notification.providers.EmailNotification]: false,
[notification.providers.BrowserNotification]: true, [notification.providers.BrowserNotification]: true,