diff --git a/src/background/tabs.background.ts b/src/background/tabs.background.ts index 8963f83fbe1..ec8c0dd6eca 100644 --- a/src/background/tabs.background.ts +++ b/src/background/tabs.background.ts @@ -31,7 +31,7 @@ export default class TabsBackground { return; } this.main.onUpdatedRan = true; - await this.main.checkNotificationQueue(); + await this.main.checkNotificationQueue(tab); await this.main.refreshBadgeAndMenu(); this.main.messagingService.send('tabUpdated'); this.main.messagingService.send('tabChanged');