mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-19 05:08:12 +00:00
Merge remote-tracking branch 'origin/develop'
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
commit
b9696ac987
@ -57,8 +57,14 @@ export function createModel (builder: Builder): void {
|
||||
builder.createDoc(serverCore.class.Trigger, core.space.Model, {
|
||||
trigger: serverActivity.trigger.ReferenceTrigger,
|
||||
txMatch: {
|
||||
'tx.objectClass': { $ne: activity.class.ActivityMessage },
|
||||
objectClass: { $nin: [notification.class.InboxNotification, notification.class.DocNotifyContext] }
|
||||
'tx.objectClass': { $ne: activity.class.ActivityReference },
|
||||
objectClass: {
|
||||
$nin: [
|
||||
notification.class.InboxNotification,
|
||||
notification.class.DocNotifyContext,
|
||||
notification.class.BrowserNotification
|
||||
]
|
||||
}
|
||||
},
|
||||
isAsync: true
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user