aboutsummaryrefslogtreecommitdiff
path: root/lib/events/roomkeyevent.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/events/roomkeyevent.h')
-rw-r--r--lib/events/roomkeyevent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/events/roomkeyevent.h b/lib/events/roomkeyevent.h
index 679cbf7c..3a781474 100644
--- a/lib/events/roomkeyevent.h
+++ b/lib/events/roomkeyevent.h
@@ -11,7 +11,7 @@ public:
RoomKeyEvent(const QJsonObject& obj);
QString algorithm() const { return content<QString>("algorithm"_ls); }
- QString roomId() const { return content<QString>("room_id"_ls); }
+ QString roomId() const { return content<QString>(RoomIdKeyL); }
QString sessionId() const { return content<QString>("session_id"_ls); }
QString sessionKey() const { return content<QString>("session_key"_ls); }
};