1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-20 11:16:36 +02:00

rpc/getAllCounters: return seq

This commit is contained in:
Andrew Dolgov 2018-12-15 13:17:34 +03:00
parent 8c49689fda
commit b66deb3240

View File

@ -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)