mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:35:55 +00:00
rpc, catchupfeed: return counters immediately so that frontend can figure out next unread feed correctly
This commit is contained in:
@@ -424,7 +424,10 @@ class RPC extends Handler_Protected {
|
|||||||
|
|
||||||
Feeds::catchup_feed($feed_id, $is_cat, false, $mode, [$search_query, $search_lang]);
|
Feeds::catchup_feed($feed_id, $is_cat, false, $mode, [$search_query, $search_lang]);
|
||||||
|
|
||||||
print json_encode(array("message" => "UPDATE_COUNTERS"));
|
// return counters here synchronously so that frontend can figure out next unread feed properly
|
||||||
|
print json_encode(['counters' => Counters::getAllCounters()]);
|
||||||
|
|
||||||
|
//print json_encode(array("message" => "UPDATE_COUNTERS"));
|
||||||
}
|
}
|
||||||
|
|
||||||
function setpanelmode() {
|
function setpanelmode() {
|
||||||
|
|||||||
Reference in New Issue
Block a user