mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 04:35:56 +00:00
block duplicates in headlines output
This commit is contained in:
@@ -3374,7 +3374,7 @@
|
||||
} */
|
||||
}
|
||||
|
||||
$query = "SELECT
|
||||
$query = "SELECT DISTINCT
|
||||
guid,
|
||||
ttrss_entries.id,ttrss_entries.title,
|
||||
updated,
|
||||
|
||||
Reference in New Issue
Block a user