mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-10-09 10:01:00 +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 $feed >= 0) {
|
||||
|
||||
if ($feed > 0) {
|
||||
$cat_qpart = "cat_id = '$feed'";
|
||||
} else {
|
||||
@ -2132,6 +2134,10 @@
|
||||
SET unread = false,last_read = NOW()
|
||||
WHERE feed_id = '$tmp_feed' AND owner_uid = " . $_SESSION["uid"]);
|
||||
}
|
||||
} else if ($feed == -2) {
|
||||
|
||||
/* FIXME catchup for all labels vfeed */
|
||||
}
|
||||
|
||||
} else if ($feed > 0) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user