mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 02:05:56 +00:00
timeout() now calls async feed update function
This commit is contained in:
@@ -169,13 +169,6 @@
|
||||
pg_query("UPDATE ttrss_entries SET unread = false,last_read = NOW()
|
||||
WHERE feed_id = '$feed'");
|
||||
}
|
||||
|
||||
if ($subop == "MarkPageRead") {
|
||||
|
||||
// pg_query("UPDATE ttrss_entries SET unread = false
|
||||
// WHERE feed_id = '$feed' ORDER BY updated OFFSET $skip LIMIT 1");
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user