[network/ruqola] src/core/messages: Add info about encryption support

Laurent Montel <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit bc465947900353802faf5ff8db3f1640fc9aa05e by Laurent Montel.
Committed on 03/08/2026 at 11:29.
Pushed by mlaurent into branch 'master'.

Add info about encryption support

M  +2    -1    src/core/messages/message.cpp

https://invent.kde.org/network/ruqola/-/commit/bc465947900353802faf5ff8db3f1640fc9aa05e

diff --git a/src/core/messages/message.cpp b/src/core/messages/message.cpp
index 9cd1c9c48e..f925d573d3 100644
--- a/src/core/messages/message.cpp
+++ b/src/core/messages/message.cpp
@@ -6,6 +6,7 @@
 
 #include "message.h"
 #include "ruqola_debug.h"
+#include "ruqola_encryption_debug.h"
 #include <KLocalizedString>
 #include <QCborValue>
 #include <QDateTime>
@@ -102,7 +103,7 @@ void Message::parseMessage(const QJsonObject &o, bool restApi, EmojiManager *emo
         } else if (type == "e2e"_L1) {
             mSystemMessageType = SystemMessageTypeUtil::systemMessageTypeFromString(type);
             mMessageType = MessageType::EncryptedText;
-            qCDebug(RUQOLA_LOG) << " encrypted message !!!!";
+            qCDebug(RUQOLA_ENCRYPTION_LOG) << " encrypted message !!!!" << o;
         } else {
             mSystemMessageType = SystemMessageTypeUtil::systemMessageTypeFromString(type);
             mMessageType = MessageType::System;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.