Skip to content

Commit

Permalink
Update/rebase to see if this is still viable
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminapetersen committed Jul 18, 2017
1 parent ce6c67b commit 0afc96f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/scripts/services/notifications.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ angular
Service: 0,
Route: 0,
HorizontalPodAutoscaler: 0,
Binding: 0,
// Builds
BuildConfig: 1,
Build: 1,
Expand Down Expand Up @@ -137,6 +138,7 @@ angular
if(!isImportantEvent(event)) {
return;
}
console.log('event to push', namespace, index, uid, event.message, event.lastTimestamp, event.metadata);
cachedProcessedEvents[namespace][index].notifications.push({
unread: !_.get(cachedUserActions, [namespace, uid, 'read']),
message: event.message,
Expand Down

0 comments on commit 0afc96f

Please sign in to comment.