aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/room.cpp6
1 files changed, 3 insertions, 3 deletions
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;