Skip to content

Fix Remove Duplicates node not showing new RSS items after first run - #301

Open
everettbu wants to merge 2 commits into
masterfrom
fix/remove-duplicates-rss-bug
Open

Fix Remove Duplicates node not showing new RSS items after first run#301
everettbu wants to merge 2 commits into
masterfrom
fix/remove-duplicates-rss-bug

Conversation

@everettbu

Copy link
Copy Markdown

Mirror of n8n-io/n8n#22656
Original author: Mr-KRAMA


Problem
New RSS items were marked as processed during the same run
So on next run they looked like duplicates and were removed

Root Cause
In deduplication helper ts
New item hashes were added to processed data inside the loop

Solution
Collect all new item hashes first
Add them to processed data after the loop is complete

Result
New items show correctly on every run
Duplicate items still filtered
No breaking changes

Files Updated
deduplication helper ts and related tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants