summaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
authorMarco Nassabain <marco.nassabain@hotmail.com>2021-01-26 18:02:15 +0100
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-04-08 23:17:31 +0200
commit29a68a10e847f6e6852df308790323f3d9673aef (patch)
treeb78b15585f854017f14186dd1f735fabded055df /js
parent9b1e2cfc5f0e9db1684e0bdc83ed39749cd78a93 (diff)
✨ Run.js: Subscribe to 'shared' (sharedCount)
Signed-off-by: Marco Nassabain <marco.nassabain@hotmail.com>
Diffstat (limited to 'js')
-rw-r--r--js/app/Run.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app/Run.js b/js/app/Run.js
index 2081cd1a3..0eb22321c 100644
--- a/js/app/Run.js
+++ b/js/app/Run.js
@@ -17,7 +17,7 @@ app.run(function ($rootScope, $location, $http, $q, $interval, $route, Loading,
// listen to keys in returned queries to automatically distribute the
// incoming values to models
Publisher.subscribe(ItemResource).toChannels(['items', 'newestItemId',
- 'starred', 'unread']);
+ 'starred', 'unread', 'shared']);
Publisher.subscribe(FolderResource).toChannels(['folders']);
Publisher.subscribe(FeedResource).toChannels(['feeds']);
Publisher.subscribe(SettingsResource).toChannels(['settings']);