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

Fix notification regression

parent 69617f07
......@@ -476,9 +476,11 @@ class App
unless data instanceof Array then data = [data]
$scope.$apply =>
if $scope.socialView.name is 'single-player'
if annotation.user is user
for d in data
if d.user is user
$scope.addUpdateNotification()
$scope.new_updates += 1
break
else
if data.length > 0
$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