mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-05-26 04:56:49 -05:00
For the item ingestion logic we are now also looking at the published date for all entries in a RSS feed. If the published date is older then the last update date of a source the item will be skipped. This way we should reduce the number of duplicated items, where an entry was updated in the RSS feed, so that it had a new id and was written again to the database and not only updated.