Qfix: fix duplicates in inbox from multiple accounts (#6306)

This commit is contained in:
Kristina
2024-08-09 20:39:29 +07:00
committed by Andrey Sobolev
parent 7575a66618
commit c06928b435
+3
View File
@@ -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
]