mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-18 02:31:29 +00:00
rpc/getAllCounters: return seq
This commit is contained in:
@@ -274,7 +274,8 @@ class RPC extends Handler_Protected {
|
|||||||
@$seq = (int) $_REQUEST['seq'];
|
@$seq = (int) $_REQUEST['seq'];
|
||||||
|
|
||||||
$reply = [
|
$reply = [
|
||||||
'counters' => Counters::getAllCounters()
|
'counters' => Counters::getAllCounters(),
|
||||||
|
'seq' => $seq
|
||||||
];
|
];
|
||||||
|
|
||||||
if ($seq % 2 == 0)
|
if ($seq % 2 == 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user