Email Notifications Only Trigger on βπβ Emoji Reaction


π§Ύ Summary: Users receive an email notification only when reacting with the βπβ emoji in the ArcBlock Marketplace comment section. All other emojis (π β π π π β€οΈ π π) fail to trigger any email notification, resulting in inconsistent user experience and missed engagement alerts.
π§© Affected Component: Comment Reaction Notification System
π§ͺ Steps to Reproduce:
- Log in to ArcBlock Marketplace.
- Go to any discussion comment thread.
- React using various emojis: π π β π π π β€οΈ π π
- Check your DID Wallet-linked email inbox.
π§ Actual Result: Only the π (thumbs up) emoji triggers an email notification. Other emojis do not send any notification.
β Expected Result: Every emoji reaction should trigger a notification (either email or in-app).
π₯ Impact:
- Users are unaware of reactions other than π.
- Causes inconsistent engagement feedback.
- Reduces interaction visibility and notification reliability.
βοΈ Suggested Fix:
- Extend backend event triggers to handle all emoji types under
reaction_added. - Pass
reactionTypeto the notification service for proper handling. - Add missing mappings for emojis in notification templates.
π§± Proof of Concept (POC):
- Tested all emojis on the same post.
- Verified that only π resulted in an email notification.
- Confirmed no backend event logs for other emoji types.
π Reference:
- ArcBlock Marketplace Comment System (
did-commentsmodule) - Notification Service (
reaction_eventhandler)
β οΈ Severity Classification:
- Severity: Medium
- Priority: Medium
- Category: Notification / UX Consistency
1 reply
Currently, only "π" will be supported.