Skip to content

Commit

Permalink
Qfix: fix duplicates in inbox from multiple accounts (#6306)
Browse files Browse the repository at this point in the history
  • Loading branch information
kristina-fefelova authored and haiodo committed Aug 9, 2024
1 parent 7575a66 commit c06928b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/view-resources/src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
]

Expand Down

0 comments on commit c06928b

Please sign in to comment.