summary refs log tree commit diff
path: root/src/Cache.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-11-27 04:19:03 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-11-30 01:54:53 +0100
commitc24f9a22a535fe26130c856caf2a8a7c4631e689 (patch)
tree56c76cc1fcbce5eef00681b79f70f9aa2e2bfc12 /src/Cache.h
parentUse proper flatpak sdk (diff)
downloadnheko-c24f9a22a535fe26130c856caf2a8a7c4631e689.tar.xz
Load sessions lazily from db
Diffstat (limited to 'src/Cache.h')
-rw-r--r--src/Cache.h2
1 files changed, 1 insertions, 1 deletions
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);