summaryrefslogtreecommitdiffstats
path: root/js/build/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/build/app.js')
-rw-r--r--js/build/app.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/build/app.js b/js/build/app.js
index c22a2dba7..9e4e3c52f 100644
--- a/js/build/app.js
+++ b/js/build/app.js
@@ -174,6 +174,8 @@ app.run(["$rootScope", "$location", "$http", "$q", "$interval", "Loading", "Item
feedDeferred.promise,
folderDeferred.promise
]).then(function () {
+ // first publish feeds to correctly update the folder resource unread
+ // cache
Publisher.publishAll(feeds);
Publisher.publishAll(folders);
});