Summary
Notifications only fire as local mention notifications while the app is running and connected to the gateway. There is no background or push delivery, so mentions/DMs are missed when the app is closed.
Current state
lib/features/notifications/* + flutter_local_notifications: showMentionNotification is fired from the live gateway handler's mention listener (step 7j). No-ops on web.
- Firebase push was removed in step 1 (intentional — no Discord/Firebase).
docs/PROGRESS.md 7j covers only in-app/local notifications; product-spec §6.6 + open question note any push solution "must be Accord/Daccord-native and is a later concern."
Work / decision needed
- Decide the Daccord-native delivery mechanism: server-sent push, background polling, or a background gateway service.
- Implement background/closed-app notification delivery on mobile + desktop.
- Web notification story.
Source: product-spec.md §6.6 + §10; docs/PROGRESS.md §7j.
Migrated from DaccordProject/daccord-app#5
Summary
Notifications only fire as local mention notifications while the app is running and connected to the gateway. There is no background or push delivery, so mentions/DMs are missed when the app is closed.
Current state
lib/features/notifications/*+flutter_local_notifications:showMentionNotificationis fired from the live gateway handler's mention listener (step 7j). No-ops on web.docs/PROGRESS.md7j covers only in-app/local notifications; product-spec §6.6 + open question note any push solution "must be Accord/Daccord-native and is a later concern."Work / decision needed
Source: product-spec.md §6.6 + §10; docs/PROGRESS.md §7j.
Migrated from DaccordProject/daccord-app#5