diff options
author | Tobias Fella <fella@posteo.de> | 2022-03-10 21:19:49 +0100 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2022-03-10 21:41:11 +0100 |
commit | 71eed90fdea8689d237da8de1bf385202b85cffd (patch) | |
tree | e267e137e09c5d0461c7e95e90a98b4c5ac36f0d /lib/connection.h | |
parent | 7ba17e2b9b6d76aeea250f37c833ad7eed2f61da (diff) | |
download | libquotient-71eed90fdea8689d237da8de1bf385202b85cffd.tar.gz libquotient-71eed90fdea8689d237da8de1bf385202b85cffd.zip |
More work; Update olm pickle & timestamps in database; Remove TODOs
Diffstat (limited to 'lib/connection.h')
-rw-r--r-- | lib/connection.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/connection.h b/lib/connection.h index 6f75b068..52e1700c 100644 --- a/lib/connection.h +++ b/lib/connection.h @@ -327,8 +327,7 @@ public: void saveCurrentOutboundMegolmSession(Room *room, const QOlmOutboundGroupSessionPtr& data); - //This currently assumes that an olm session with (user, device) exists - //TODO make this return an event? + //This assumes that an olm session with (user, device) exists QPair<QOlmMessage::Type, QByteArray> olmEncryptMessage(User* user, const QString& device, const QByteArray& message); void createOlmSession(const QString& theirIdentityKey, const QString& theirOneTimeKey); #endif // Quotient_E2EE_ENABLED |