android: add mention override for muted chat notifications
Some checks failed
CI / test (push) Failing after 2m18s
Some checks failed
CI / test (push) Failing after 2m18s
This commit is contained in:
@@ -295,3 +295,9 @@
|
||||
- Wired realtime receive-message handling to trigger local notification via `NotificationDispatcher` when chat is not active.
|
||||
- Added chat title lookup helper in `ChatDao` for notification titles.
|
||||
- Added explicit realtime stop in `ChatViewModel.onCleared()` to avoid stale collectors.
|
||||
|
||||
### Step 49 - Mention override for muted chats
|
||||
- Extended realtime receive-message model/parsing with `isMention` flag support.
|
||||
- Added muted-chat guard in realtime notification flow: muted chats stay silent unless message is a mention.
|
||||
- Routed mention notifications to mentions channel/priority via `NotificationDispatcher`.
|
||||
- Added parser unit test for mention-flag mapping.
|
||||
|
||||
Reference in New Issue
Block a user