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