mirror of
https://github.com/hcengineering/platform.git
synced 2025-01-23 03:49:49 +00:00
Qfix: fix duplicates in inbox from multiple accounts (#6306)
This commit is contained in:
parent
9215e966cd
commit
d29f44ebd4
@ -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