diff --git a/client/geolocation.coffee b/client/geolocation.coffee index f83c5c377..0b09c4ef0 100644 --- a/client/geolocation.coffee +++ b/client/geolocation.coffee @@ -32,6 +32,7 @@ updateLocation = do -> if last? return if pos.lat == last.lat and pos.lng == last.lng return if distance(last, pos) < GEOLOCATION_DISTANCE_THRESHOLD + last = pos Tracker.nonreactive -> Meteor.call 'locateNick', nick: nick