diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-03-10 07:21:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-10 07:21:01 +0100 |
commit | b865be5ad72b3996bf072268d061d7466bf4623a (patch) | |
tree | 99326e678b29fec8004734a6a11ef17e842785f6 /lib/connection.h | |
parent | 3cf68a084ea5bff20129222867a399b05e6e0bd6 (diff) | |
parent | b8c22ff0663350a019ae918771fac4b6447d2b09 (diff) | |
download | libquotient-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.h | 2 |
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; |