From fa0dfcb64de83dbe397690422ea584961c145940 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 6 Jun 2021 17:29:05 +0300 Subject: Make it possible to get a list of archived chats --- qml/ChatlistPage.qml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'qml') diff --git a/qml/ChatlistPage.qml b/qml/ChatlistPage.qml index a92e7b8..9bc9c5a 100644 --- a/qml/ChatlistPage.qml +++ b/qml/ChatlistPage.qml @@ -13,6 +13,8 @@ Kirigami.ScrollablePage { required property DcContext context required property DcAccountsEventEmitter eventEmitter + property bool archivedOnly: false + Connections { target: chatlistPage.eventEmitter @@ -51,7 +53,7 @@ Kirigami.ScrollablePage { } function updateChatlist() { - let chatlist = chatlistPage.context.getChatlist() + let chatlist = chatlistPage.context.getChatlist(chatlistPage.archivedOnly ? 1 : 0) // Merge new chatlist with existing one. // To preserve selected item, we do not simply clear and fill -- cgit v1.2.3-70-g09d2