Commit 377e37d9 authored by Randall Leeds's avatar Randall Leeds

Fix notification regression

parent 69617f07
...@@ -476,9 +476,11 @@ class App ...@@ -476,9 +476,11 @@ class App
unless data instanceof Array then data = [data] unless data instanceof Array then data = [data]
$scope.$apply => $scope.$apply =>
if $scope.socialView.name is 'single-player' if $scope.socialView.name is 'single-player'
if annotation.user is user for d in data
if d.user is user
$scope.addUpdateNotification() $scope.addUpdateNotification()
$scope.new_updates += 1 $scope.new_updates += 1
break
else else
if data.length > 0 if data.length > 0
$scope.addUpdateNotification() $scope.addUpdateNotification()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment