Fix email notifictions on chat message (#5544)

This commit is contained in:
Kristina
2024-05-08 18:16:14 +07:00
committed by GitHub
parent 6967255648
commit ddb11014ee
+1
View File
@@ -474,6 +474,7 @@ export function createModel (builder: Builder): void {
hidden: false,
txClasses: [core.class.TxCreateDoc],
objectClass: chunter.class.ChatMessage,
attachedToClass: chunter.class.DirectMessage,
providers: {
[notification.providers.EmailNotification]: false,
[notification.providers.BrowserNotification]: true,