Skip to content

Commit 0afc96f

Browse files
Update/rebase to see if this is still viable
1 parent ce6c67b commit 0afc96f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: app/scripts/services/notifications.js

+2
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ angular
6666
Service: 0,
6767
Route: 0,
6868
HorizontalPodAutoscaler: 0,
69+
Binding: 0,
6970
// Builds
7071
BuildConfig: 1,
7172
Build: 1,
@@ -137,6 +138,7 @@ angular
137138
if(!isImportantEvent(event)) {
138139
return;
139140
}
141+
console.log('event to push', namespace, index, uid, event.message, event.lastTimestamp, event.metadata);
140142
cachedProcessedEvents[namespace][index].notifications.push({
141143
unread: !_.get(cachedUserActions, [namespace, uid, 'read']),
142144
message: event.message,

0 commit comments

Comments
 (0)