aboutsummaryrefslogtreecommitdiff
path: root/libdino/src
diff options
context:
space:
mode:
Diffstat (limited to 'libdino/src')
-rw-r--r--libdino/src/service/notification_events.vala3
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;
}
}