From c24f9a22a535fe26130c856caf2a8a7c4631e689 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 27 Nov 2020 04:19:03 +0100 Subject: Load sessions lazily from db --- src/Cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Cache.h') diff --git a/src/Cache.h b/src/Cache.h index 8cbb0006..d2af9a1b 100644 --- a/src/Cache.h +++ b/src/Cache.h @@ -256,7 +256,7 @@ exportSessionKeys(); void saveInboundMegolmSession(const MegolmSessionIndex &index, mtx::crypto::InboundGroupSessionPtr session); -OlmInboundGroupSession * +mtx::crypto::InboundGroupSessionPtr getInboundMegolmSession(const MegolmSessionIndex &index); bool inboundMegolmSessionExists(const MegolmSessionIndex &index); -- cgit 1.5.1