From deb1cb4dbbbd4f607e05e9a3b624d3f5f7e2772e Mon Sep 17 00:00:00 2001 From: Tobias Fella <9750016+TobiasFella@users.noreply.github.com> Date: Thu, 10 Mar 2022 21:51:42 +0100 Subject: Update lib/room.cpp --- lib/room.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/room.cpp b/lib/room.cpp index 6d938d4a..5d702fba 100644 --- a/lib/room.cpp +++ b/lib/room.cpp @@ -373,9 +373,9 @@ public: { auto groupSessionIt = groupSessions.find({ senderKey, sessionId }); if (groupSessionIt == groupSessions.end()) { - qCWarning(E2EE) << "Unable to decrypt event" << eventId - << "The sender's device has not sent us the keys for " - "this message" << senderKey << sessionId; + // qCWarning(E2EE) << "Unable to decrypt event" << eventId + // << "The sender's device has not sent us the keys for " + // "this message" << senderKey << sessionId; return QString(); } auto& senderSession = groupSessionIt->second; -- cgit v1.2.3