aboutsummaryrefslogtreecommitdiff
path: root/lib/connection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/connection.cpp')
-rw-r--r--lib/connection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/connection.cpp b/lib/connection.cpp
index 2d040e8a..494db170 100644
--- a/lib/connection.cpp
+++ b/lib/connection.cpp
@@ -796,6 +796,7 @@ void Connection::Private::consumeToDeviceEvents(Events&& toDeviceEvents)
visit(*sessionDecryptMessage(event),
[this, senderKey = event.senderKey()](const RoomKeyEvent& roomKeyEvent) {
if (auto* detectedRoom = q->room(roomKeyEvent.roomId())) {
+ qWarning() << "IT'S A ROOMKEY EVENT, RUUUUUUUUUUUUUUUUUN";
detectedRoom->handleRoomKeyEvent(roomKeyEvent, senderKey);
} else {
qCDebug(E2EE) << "Encrypted event room id" << roomKeyEvent.roomId()