aboutsummaryrefslogtreecommitdiff
path: root/qml/ChatPage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml/ChatPage.qml')
-rw-r--r--qml/ChatPage.qml3
1 files changed, 3 insertions, 0 deletions
diff --git a/qml/ChatPage.qml b/qml/ChatPage.qml
index fd6c154..1862b44 100644
--- a/qml/ChatPage.qml
+++ b/qml/ChatPage.qml
@@ -11,6 +11,9 @@ Kirigami.ScrollablePage {
title: chat ? chat.name : qsTr("Chat")
+ required property DcContext context
+ required property DcAccountsEventEmitter eventEmitter
+
required property var chatId
readonly property DcChat chat: context.getChat(chatId)