diff --git a/qml/components/chatInformationPage/ChatInformationPageContent.qml b/qml/components/chatInformationPage/ChatInformationPageContent.qml index 654ef0a..bbfccc9 100644 --- a/qml/components/chatInformationPage/ChatInformationPageContent.qml +++ b/qml/components/chatInformationPage/ChatInformationPageContent.qml @@ -187,6 +187,14 @@ SilicaFlickable { chatInformationPage.chatInformation = newInformation } } + onChatNotificationSettingsUpdated: { + if (chatInformationPage.chatInformation.id.toString() === chatId) { + // set whole object to trigger change + var newInformation = chatInformation; + newInformation.notification_settings = chatNotificationSettings; + chatInformationPage.chatInformation = newInformation; + } + } } Component.onCompleted: {