diff options
Diffstat (limited to 'qml/ChatPage.qml')
-rw-r--r-- | qml/ChatPage.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/ChatPage.qml b/qml/ChatPage.qml index e084efe..d0b0318 100644 --- a/qml/ChatPage.qml +++ b/qml/ChatPage.qml @@ -61,7 +61,7 @@ Kirigami.ScrollablePage { function onChatModified() { console.log("CHAT MODIFIED!") } - function onIncomingMessage() { + function onIncomingMessage(accountId, chatId, msgId) { console.log("Incoming message for chat " + chatId) if (chatId == chatPage.chatId) { |