mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-09 18:10:59 +02:00
add catchup fixme for all_labels feed
This commit is contained in:
parent
1d4a2918ed
commit
f9fca8cb99
@ -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) {
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user