summaryrefslogtreecommitdiff
path: root/js/Feeds.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-09 17:01:22 +0300
committerAndrew Dolgov <[email protected]>2021-03-09 17:01:22 +0300
commitae7b87bca976cce607fd0ef21bd1f7ba4ea62e3c (patch)
tree2519cf13ce1055036248c277082e4a366ecf1f31 /js/Feeds.js
parent2160a86092e8070f7bffcc6f614fc13a7a982a57 (diff)
add HOOK_HEADLINE_MUTATIONS, HOOK_HEADLINE_MUTATIONS_SYNCED
Diffstat (limited to 'js/Feeds.js')
-rw-r--r--js/Feeds.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/Feeds.js b/js/Feeds.js
index 33a1fa3dc..b14caeaf9 100644
--- a/js/Feeds.js
+++ b/js/Feeds.js
@@ -113,7 +113,7 @@ const Feeds = {
this.hideOrShowFeeds(App.getInitParam("hide_read_feeds"));
this._counters_prev = elems;
- PluginHost.run(PluginHost.HOOK_COUNTERS_PROCESSED);
+ PluginHost.run(PluginHost.HOOK_COUNTERS_PROCESSED, elems);
},
reloadCurrent: function(method) {
if (this.getActive() != undefined) {