aboutsummaryrefslogtreecommitdiff
path: root/lib/events/encryptedevent.h
diff options
context:
space:
mode:
authorTobias Fella <fella@posteo.de>2021-11-27 01:34:44 +0100
committerTobias Fella <fella@posteo.de>2021-12-01 21:56:59 +0100
commit3128df9daa196b2cf3cdb8e029e22d79c397ff66 (patch)
tree458d6ca810022ec6250e3e7621e1732982c9c030 /lib/events/encryptedevent.h
parent8020505eb582479cf62d0157fe866f63a888f1a9 (diff)
downloadlibquotient-3128df9daa196b2cf3cdb8e029e22d79c397ff66.tar.gz
libquotient-3128df9daa196b2cf3cdb8e029e22d79c397ff66.zip
Apply even more suggestions
Diffstat (limited to 'lib/events/encryptedevent.h')
-rw-r--r--lib/events/encryptedevent.h1
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)