mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-20 05:44:28 +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, {
|
builder.createDoc(serverCore.class.Trigger, core.space.Model, {
|
||||||
trigger: serverActivity.trigger.ReferenceTrigger,
|
trigger: serverActivity.trigger.ReferenceTrigger,
|
||||||
txMatch: {
|
txMatch: {
|
||||||
'tx.objectClass': { $ne: activity.class.ActivityMessage },
|
'tx.objectClass': { $ne: activity.class.ActivityReference },
|
||||||
objectClass: { $nin: [notification.class.InboxNotification, notification.class.DocNotifyContext] }
|
objectClass: {
|
||||||
|
$nin: [
|
||||||
|
notification.class.InboxNotification,
|
||||||
|
notification.class.DocNotifyContext,
|
||||||
|
notification.class.BrowserNotification
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
isAsync: true
|
isAsync: true
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user