This commit is contained in:
Yurii
2026-03-10 19:41:27 +02:00
parent bf26581339
commit 212d383ac1
-1
View File
@@ -568,7 +568,6 @@ class NotificationBadgeView extends View {
}); });
this.listenTo(view, 'collection-fetched', () => { this.listenTo(view, 'collection-fetched', () => {
console.log(1);
this.checkUpdates(); this.checkUpdates();
this.broadcastNotificationsRead(); this.broadcastNotificationsRead();
}); });