1
0
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:
Andrew Dolgov
2014-03-13 01:07:52 +04:00
parent 307e24ca81
commit ad593e4393
2 changed files with 8 additions and 5 deletions

View File

@@ -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";