mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 12:25:56 +00:00
no special counter handling for catchupAll
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user