Files
fizzy/app/models
Rosa Gutierrez 60b3c9c772 Fix duplicate push notification for mention and comment event
Event notifiers used the `mentionees` DB association to exclude mentioned
users from comment/card notifications. Since mentions are created async
via Mention::CreateJob, a race condition meant the mentionee list could
be empty when the event notification job ran first, causing the user to
receive both a comment and a mention push notification.

Use `scan_mentionees` instead, which scans the rich text body directly
for mentioned users without depending on Mention records existing yet.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-24 15:56:27 +01:00
..
2026-02-17 13:57:24 +01:00
2025-12-11 10:25:34 +01:00
2025-12-09 20:24:09 -05:00
2026-02-12 10:29:50 +01:00
2026-02-02 12:36:48 +01:00
2025-12-16 16:44:20 +01:00
2025-12-17 08:56:08 +01:00
2026-02-02 13:38:34 +01:00
2025-11-14 11:44:04 +01:00
2026-02-02 13:38:34 +01:00
2026-02-02 14:08:52 +01:00
2025-11-27 12:34:31 -05:00
2026-02-02 12:36:48 +01:00
2025-07-21 20:11:03 -05:00
2025-11-17 09:11:36 -05:00
2025-11-17 09:12:40 -05:00
2025-11-17 09:12:41 -05:00
2026-02-03 14:04:54 +01:00