diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-05 14:24:03 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-10-09 16:38:03 +0200 |
| commit | 9214e31b98d69d2c8ad56f8634345aeb98b234cc (patch) | |
| tree | 7e5f5a96f4f66d6863b5d72ffabaa3511bcfa0f1 /libdino | |
| parent | bfff1a2e519a3799f6e633947d4249985921a81c (diff) | |
WIP call notifications
Diffstat (limited to 'libdino')
| -rw-r--r-- | libdino/src/service/notification_events.vala | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdino/src/service/notification_events.vala b/libdino/src/service/notification_events.vala index 8771b5a9..c9f2647c 100644 --- a/libdino/src/service/notification_events.vala +++ b/libdino/src/service/notification_events.vala @@ -96,7 +96,8 @@ public class NotificationEvents : StreamInteractionModule, Object { } break; case CallItem.TYPE: - // handled in `on_call_incoming` + // Also handled in `on_call_incoming` + notify_content_item(item, conversation); break; } } |
