Skip to content

fix: scope notification deduplication by type#944

Open
larryjay007 wants to merge 3 commits into
rinafcode:mainfrom
larryjay007:fix/notification-deduplication-scope
Open

fix: scope notification deduplication by type#944
larryjay007 wants to merge 3 commits into
rinafcode:mainfrom
larryjay007:fix/notification-deduplication-scope

Conversation

@larryjay007

Copy link
Copy Markdown

Description

Fixed deduplication to scope by notification type so EMAIL and PUSH with same content are both delivered.

Changes

  • Updated findDuplicate() WHERE clause to include type
  • Added unit test for mixed-type scenario
  • Deduplication still works for same-type duplicates

Related Issue

Closes #822

- Updated findDuplicate to include type filter
- Added composite index suggestion
- Added mixed-type unit test
- Closes rinafcode#822
@drips-wave

drips-wave Bot commented Jun 29, 2026

Copy link
Copy Markdown

@larryjay007 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@RUKAYAT-CODER

Copy link
Copy Markdown
Contributor

Kindly resolve conflict.

@larryjay007

larryjay007 commented Jun 29, 2026

Copy link
Copy Markdown
Author

conflict resolved

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.

Notification deduplication query does not scope by notification type

2 participants