diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-07-06 19:58:29 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-07-06 19:58:29 +0900 |
commit | 01cce0e39d255cbcf39f6a1aa58c6d7ab1d995d1 (patch) | |
tree | 217c33312e9b9832c0c392f7416fcfc38de19689 /lib/events/roomevent.cpp | |
parent | 5b8079ca3d35360b7d98814654f37885f21bcb7e (diff) | |
download | libquotient-01cce0e39d255cbcf39f6a1aa58c6d7ab1d995d1.tar.gz libquotient-01cce0e39d255cbcf39f6a1aa58c6d7ab1d995d1.zip |
Convenience: StateKeyKey, StateKeyKeyL, basicStateEventJson()
Diffstat (limited to 'lib/events/roomevent.cpp')
-rw-r--r-- | lib/events/roomevent.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/events/roomevent.cpp b/lib/events/roomevent.cpp index 3d03509f..62c2a76d 100644 --- a/lib/events/roomevent.cpp +++ b/lib/events/roomevent.cpp @@ -78,7 +78,7 @@ QString RoomEvent::transactionId() const QString RoomEvent::stateKey() const { - return fullJson()["state_key"_ls].toString(); + return fullJson()[StateKeyKeyL].toString(); } void RoomEvent::setTransactionId(const QString& txnId) |