summaryrefslogtreecommitdiff
path: root/classes/feeds.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-24 10:01:39 +0300
committerAndrew Dolgov <[email protected]>2021-02-24 10:01:39 +0300
commit6ea1430a04b5df6dc01dc43a3354a00cd61c9174 (patch)
tree2992593d6ed37fc15cdc06c744bc8a529a8f22a6 /classes/feeds.php
parente6505b7d83b8e25b507923feb86dc10e7954ed58 (diff)
no special counter handling for catchupAll
Diffstat (limited to 'classes/feeds.php')
-rwxr-xr-xclasses/feeds.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/feeds.php b/classes/feeds.php
index 631ba0915..d32c19d5d 100755
--- a/classes/feeds.php
+++ b/classes/feeds.php
@@ -404,6 +404,8 @@ class Feeds extends Handler_Protected {
$sth = $this->pdo->prepare("UPDATE ttrss_user_entries SET
last_read = NOW(), unread = false WHERE unread = true AND owner_uid = ?");
$sth->execute([$_SESSION['uid']]);
+
+ print json_encode(array("message" => "UPDATE_COUNTERS"));
}
function view() {