diff options
author | Tobias Fella <fella@posteo.de> | 2022-04-09 02:04:39 +0200 |
---|---|---|
committer | Tobias Fella <fella@posteo.de> | 2022-04-09 15:52:11 +0200 |
commit | 2af8d83526ed7a24c18b185e1d64d97632e10f1e (patch) | |
tree | 5a5e80ea74d0926685d20c32fdf74c6223290890 /lib/connection.h | |
parent | b0a43c3534865b9fcc1af90ee2c821ac11b2a204 (diff) | |
download | libquotient-2af8d83526ed7a24c18b185e1d64d97632e10f1e.tar.gz libquotient-2af8d83526ed7a24c18b185e1d64d97632e10f1e.zip |
Prepare for MSC 3700
Diffstat (limited to 'lib/connection.h')
-rw-r--r-- | lib/connection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/connection.h b/lib/connection.h index 9f23902b..29731593 100644 --- a/lib/connection.h +++ b/lib/connection.h @@ -317,8 +317,8 @@ public: #ifdef Quotient_E2EE_ENABLED QOlmAccount* olmAccount() const; Database* database(); - UnorderedMap<std::pair<QString, QString>, QOlmInboundGroupSessionPtr> loadRoomMegolmSessions(Room* room); - void saveMegolmSession(Room* room, const QString& senderKey, QOlmInboundGroupSession* session, const QString& ed25519Key); + UnorderedMap<QString, QOlmInboundGroupSessionPtr> loadRoomMegolmSessions(Room* room); + void saveMegolmSession(Room* room, QOlmInboundGroupSession* session); #endif // Quotient_E2EE_ENABLED Q_INVOKABLE Quotient::SyncJob* syncJob() const; Q_INVOKABLE int millisToReconnect() const; |