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 GitHub
parent 9215e966cd
commit d29f44ebd4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
]