From 673447241e20dff4bfe7ddb13805a5bd6e47a5ce Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 6 Jun 2021 17:29:27 +0300 Subject: Allow to open deaddrop chat, but do not mark it as seen or noticed --- qml/ChatlistPage.qml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'qml/ChatlistPage.qml') diff --git a/qml/ChatlistPage.qml b/qml/ChatlistPage.qml index 5390baa..5da4d25 100644 --- a/qml/ChatlistPage.qml +++ b/qml/ChatlistPage.qml @@ -113,10 +113,12 @@ Kirigami.ScrollablePage { var chatId = chatlistModel.get(chatlist.currentIndex).chatId - if (chatId > 9) { - // > DC_CHAT_ID_LAST_SPECIAL + if (chatId == 1 || chatId > 9) { + // chatId == DC_CHAT_ID_DEADDROP || chatId > DC_CHAT_ID_LAST_SPECIAL - chatlistPage.context.marknoticedChat(chatId) + if (chatId != 1) { + chatlistPage.context.marknoticedChat(chatId) + } console.log("Selected chat " + chatId) -- cgit v1.2.3-70-g09d2