mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-14 03:25:56 +00:00
support grouped vfeeds in adaptive mode
This commit is contained in:
@@ -2252,6 +2252,13 @@
|
|||||||
if (!$override_order) {
|
if (!$override_order) {
|
||||||
$override_order = "unread DESC, $a_order_by";
|
$override_order = "unread DESC, $a_order_by";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!$ignore_vfeed_group &&
|
||||||
|
get_pref($link, 'VFEED_GROUP_BY_FEED', $owner_uid)) {
|
||||||
|
|
||||||
|
$override_order = "ttrss_feeds.title, $override_order";
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user