diff options
author | Tobias Fella <fella@posteo.de> | 2021-11-27 01:34:44 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2021-12-01 21:56:59 +0100 |
commit | 3128df9daa196b2cf3cdb8e029e22d79c397ff66 (patch) | |
tree | 458d6ca810022ec6250e3e7621e1732982c9c030 /lib/events/encryptedevent.h | |
parent | 8020505eb582479cf62d0157fe866f63a888f1a9 (diff) | |
download | libquotient-3128df9daa196b2cf3cdb8e029e22d79c397ff66.tar.gz libquotient-3128df9daa196b2cf3cdb8e029e22d79c397ff66.zip |
Apply even more suggestions
Diffstat (limited to 'lib/events/encryptedevent.h')
-rw-r--r-- | lib/events/encryptedevent.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/events/encryptedevent.h b/lib/events/encryptedevent.h index 1d7ea913..28398827 100644 --- a/lib/events/encryptedevent.h +++ b/lib/events/encryptedevent.h @@ -61,6 +61,7 @@ public: /* device_id and session_id are required with Megolm */ QString deviceId() const { return contentPart<QString>(DeviceIdKeyL); } QString sessionId() const { return contentPart<QString>(SessionIdKeyL); } + RoomEventPtr createDecrypted(const QString &decrypted) const; }; REGISTER_EVENT_TYPE(EncryptedEvent) |