aboutsummaryrefslogtreecommitdiff
path: root/lib/connection.h
diff options
context:
space:
mode:
authorAlexey Rusakov <Kitsune-Ral@users.sf.net>2022-03-10 07:21:01 +0100
committerGitHub <noreply@github.com>2022-03-10 07:21:01 +0100
commitb865be5ad72b3996bf072268d061d7466bf4623a (patch)
tree99326e678b29fec8004734a6a11ef17e842785f6 /lib/connection.h
parent3cf68a084ea5bff20129222867a399b05e6e0bd6 (diff)
parentb8c22ff0663350a019ae918771fac4b6447d2b09 (diff)
downloadlibquotient-b865be5ad72b3996bf072268d061d7466bf4623a.tar.gz
libquotient-b865be5ad72b3996bf072268d061d7466bf4623a.zip
Merge pull request #541 from TobiasFella/storesessionedkey
Store some more things in the database
Diffstat (limited to 'lib/connection.h')
-rw-r--r--lib/connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/connection.h b/lib/connection.h
index 4a475319..a4986b06 100644
--- a/lib/connection.h
+++ b/lib/connection.h
@@ -318,7 +318,7 @@ public:
QOlmAccount* olmAccount() const;
Database* database();
UnorderedMap<std::pair<QString, QString>, QOlmInboundGroupSessionPtr> loadRoomMegolmSessions(Room* room);
- void saveMegolmSession(Room* room, const QString& senderKey, QOlmInboundGroupSession* session);
+ void saveMegolmSession(Room* room, const QString& senderKey, QOlmInboundGroupSession* session, const QString& ed25519Key);
#endif // Quotient_E2EE_ENABLED
Q_INVOKABLE Quotient::SyncJob* syncJob() const;
Q_INVOKABLE int millisToReconnect() const;