summaryrefslogtreecommitdiffstats
path: root/app/NotificationPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'app/NotificationPage.qml')
-rw-r--r--app/NotificationPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/NotificationPage.qml b/app/NotificationPage.qml
index 6ce5e4a..e57cacf 100644
--- a/app/NotificationPage.qml
+++ b/app/NotificationPage.qml
@@ -26,7 +26,7 @@ Item {
target: messaging
onNotificationEvent: {
- notificationModel.append({"name": message.sender.fn, "message": message.message })
+ notificationModel.append({"name": message.sender.fn, "number": message.sender.tel, "message": message.message })
notificationView.currentIndex = notificationModel.count - 1
}
}