From 9214e31b98d69d2c8ad56f8634345aeb98b234cc Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Thu, 5 Oct 2023 14:24:03 +0200 Subject: WIP call notifications --- libdino/src/service/notification_events.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'libdino/src') 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; } } -- cgit v1.2.3