Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Posselt committed Nov 18, 2014
1 parent 6944812 commit 36ad80b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/app/Run.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down
2 changes: 2 additions & 0 deletions js/build/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit 36ad80b

Please sign in to comment.