mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-27 03:51:28 +00:00
rescore: remove article limit
This commit is contained in:
@@ -484,7 +484,7 @@
|
||||
ttrss_user_entries, ttrss_entries
|
||||
WHERE ref_id = id AND feed_id = '$id' AND
|
||||
owner_uid = " .$_SESSION['uid']."
|
||||
ORDER BY updated DESC LIMIT 100");
|
||||
");
|
||||
|
||||
$scores = array();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user