diff --git a/plugins/view-resources/src/middleware.ts b/plugins/view-resources/src/middleware.ts index 94201e46c2..5f13406683 100644 --- a/plugins/view-resources/src/middleware.ts +++ b/plugins/view-resources/src/middleware.ts @@ -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 ]