1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 18:35:57 +00:00

remove unread first sorting: has issues, is pretty much adaptive anyway

This commit is contained in:
Andrew Dolgov
2015-03-17 02:01:10 +03:00
parent ffb7c4868d
commit 755869ffbc
2 changed files with 0 additions and 5 deletions

View File

@@ -665,10 +665,6 @@
$order_by = "score DESC, date_entered DESC, updated DESC";
if ($view_mode == "unread_first") {
$order_by = "unread DESC, $order_by";
}
if ($override_order) {
$order_by = $override_order;
}