Files
chatmail-core/src
iequidoo 9cb2077c94 feat: Add EventType::CallMissed and emit it for missed calls (#7840)
Before, only `CallEnded` was emitted for missed calls, or, if a call arrives already being stale,
`IncomingMsg`. Now:
- `CallMissed` is emitted in addition to `CallEnded`.
- `IncomingMsg` is replaced with `CallMissed` for stale calls.
Having only one event type for missed calls should simplify handling them in the apps.

This doesn't emit `CallMissed` for those who aren't allowed to call us. Also, don't emit `CallEnded`
if the caller isn't allowed to call us and the call wasn't accepted, as there's no previous
`IncomingCall` event in this case.
2026-04-10 10:12:48 -03:00
..
2026-03-25 19:53:10 +00:00
2025-11-16 14:48:50 +00:00
2026-03-25 20:31:53 +00:00
2026-02-03 18:31:55 +00:00
2026-04-06 13:16:28 +00:00
2025-10-26 07:08:54 +00:00
2026-03-25 19:53:10 +00:00
2026-03-17 20:08:38 +00:00
2026-02-23 15:58:06 +00:00
2026-03-30 08:38:28 +00:00
2025-11-08 03:26:23 +00:00
2026-04-07 17:00:47 +00:00
2026-03-25 20:31:53 +00:00
2026-03-25 20:31:53 +00:00
2026-03-25 19:53:10 +00:00
2026-03-25 20:31:53 +00:00
2026-03-25 19:53:10 +00:00
2025-06-26 14:07:39 +00:00