mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 01:25:56 +00:00
add HOOK_HEADLINE_MUTATIONS, HOOK_HEADLINE_MUTATIONS_SYNCED
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user