mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-20 05:44:28 +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 = [
|
||||
notification.class.BrowserNotification,
|
||||
notification.class.InboxNotification,
|
||||
notification.class.MentionInboxNotification,
|
||||
notification.class.CommonInboxNotification,
|
||||
notification.class.ActivityInboxNotification,
|
||||
notification.class.DocNotifyContext
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user