aboutsummaryrefslogtreecommitdiff
path: root/lib/connection.h
diff options
context:
space:
mode:
authorTobias Fella <fella@posteo.de>2022-05-16 20:51:41 +0200
committerTobias Fella <fella@posteo.de>2022-05-16 20:51:41 +0200
commite437c29654e8f988ad694083401bbef23fbbcb18 (patch)
tree37c461256435a876cc8446052522feddeed166ae /lib/connection.h
parentfcde81c8618fbe10c1cb91c0ec6887a3df705a23 (diff)
downloadlibquotient-e437c29654e8f988ad694083401bbef23fbbcb18.tar.gz
libquotient-e437c29654e8f988ad694083401bbef23fbbcb18.zip
More work; Update olm pickle & timestamps in database; Remove TODOs
Diffstat (limited to 'lib/connection.h')
-rw-r--r--lib/connection.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/connection.h b/lib/connection.h
index 8bed55da..5a1f1e5c 100644
--- a/lib/connection.h
+++ b/lib/connection.h
@@ -329,8 +329,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