aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTobias Fella <9750016+TobiasFella@users.noreply.github.com>2022-03-10 21:51:42 +0100
committerGitHub <noreply@github.com>2022-03-10 21:51:42 +0100
commitdeb1cb4dbbbd4f607e05e9a3b624d3f5f7e2772e (patch)
tree596dbd0cce8ba9259c050380e0fc219f4d2110a0 /lib
parent80251f1db42268be0e678543b0b054f925fbfe88 (diff)
downloadlibquotient-deb1cb4dbbbd4f607e05e9a3b624d3f5f7e2772e.tar.gz
libquotient-deb1cb4dbbbd4f607e05e9a3b624d3f5f7e2772e.zip
Update lib/room.cpp
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;