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

This commit is contained in:
Kristina 2024-08-09 16:46:05 +04:00 committed by Andrey Sobolev
parent 7575a66618
commit c06928b435
No known key found for this signature in database
GPG Key ID: BD80F68D68D8F7F2

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
]