generated from nhcarrigan/template
Prevent duplicate DM notifications for multi-keyword matches #19
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Currently, when a message contains multiple keywords that trigger DM notifications, the system sends separate DM for each keyword match. This creates a frustrating experience where users receive multiple notifications for a single message.
We'd love to consolidate this so that each message triggers only one DM notification, regardless of how many keywords it contains. This keeps inboxes cleaner and helps users stay focused on what matters.
Why This Matters
Imagine a message that mentions both "urgent" and "review needed" — right now you'd get two separate DMs about the same message. Let's fix that! Users deserve a streamlined notification experience that respects their attention.
Acceptance Criteria
Implementation Notes