From d7a1dbbd880fdfd9339d8fe3901d65a189701819 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 15 Feb 2009 21:03:26 +0300 Subject: parse_counters: always try to sync new stuff on global unread change --- functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.js b/functions.js index 6c14d278a..a8cac9a4b 100644 --- a/functions.js +++ b/functions.js @@ -459,7 +459,7 @@ function parse_counters(reply, scheduled_call) { if (id == "global-unread") { - if (ctr > global_unread) { + if (ctr != global_unread) { offlineDownloadStart(); } -- cgit v1.2.3