mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 18:55:55 +00:00
disable headlines grouping for recently read vfeed
This commit is contained in:
@@ -583,6 +583,7 @@
|
||||
$query_strategy_part = "unread = false AND last_read IS NOT NULL";
|
||||
$vfeed_query_part = "ttrss_feeds.title AS feed_title,";
|
||||
$allow_archived = true;
|
||||
$ignore_vfeed_group = true;
|
||||
|
||||
if (!$override_order) $override_order = "last_read DESC";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user