mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-26 01:40:50 +00:00
Qfix: fix duplicates in inbox from multiple accounts (#6306)
This commit is contained in:
parent
7575a66618
commit
c06928b435
@ -132,6 +132,9 @@ export class AggregationMiddleware extends BasePresentationMiddleware implements
|
|||||||
const skipAccountAggregation = [
|
const skipAccountAggregation = [
|
||||||
notification.class.BrowserNotification,
|
notification.class.BrowserNotification,
|
||||||
notification.class.InboxNotification,
|
notification.class.InboxNotification,
|
||||||
|
notification.class.MentionInboxNotification,
|
||||||
|
notification.class.CommonInboxNotification,
|
||||||
|
notification.class.ActivityInboxNotification,
|
||||||
notification.class.DocNotifyContext
|
notification.class.DocNotifyContext
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user