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