Add notifications middleware to do not send updates for all users (#6714)

Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
Kristina
2024-09-25 01:12:00 +07:00
committed by GitHub
parent f1da8ff9b1
commit 0da0d6e80a
7 changed files with 112 additions and 9 deletions
+1
View File
@@ -31,6 +31,7 @@ import type { TriggerControl, TriggerFunc } from '@hcengineering/server-core'
* @public
*/
export const serverNotificationId = 'server-notification' as Plugin
export { DOMAIN_USER_NOTIFY, DOMAIN_NOTIFICATION, DOMAIN_DOC_NOTIFY } from '@hcengineering/notification'
/**
* @public