mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 04:31:28 +00:00
add catchup fixme for all_labels feed
This commit is contained in:
@@ -2114,6 +2114,8 @@
|
|||||||
|
|
||||||
if ($cat_view) {
|
if ($cat_view) {
|
||||||
|
|
||||||
|
if $feed >= 0) {
|
||||||
|
|
||||||
if ($feed > 0) {
|
if ($feed > 0) {
|
||||||
$cat_qpart = "cat_id = '$feed'";
|
$cat_qpart = "cat_id = '$feed'";
|
||||||
} else {
|
} else {
|
||||||
@@ -2132,6 +2134,10 @@
|
|||||||
SET unread = false,last_read = NOW()
|
SET unread = false,last_read = NOW()
|
||||||
WHERE feed_id = '$tmp_feed' AND owner_uid = " . $_SESSION["uid"]);
|
WHERE feed_id = '$tmp_feed' AND owner_uid = " . $_SESSION["uid"]);
|
||||||
}
|
}
|
||||||
|
} else if ($feed == -2) {
|
||||||
|
|
||||||
|
/* FIXME catchup for all labels vfeed */
|
||||||
|
}
|
||||||
|
|
||||||
} else if ($feed > 0) {
|
} else if ($feed > 0) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user