summary refs log tree commit diff
path: root/include/Cache.h
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-12 22:35:10 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-12 22:35:10 +0300
commite5dd64c63a04df6f0b885c737cc73b383e79bd67 (patch)
tree973755bc13c716dd866f35cc531afb9bd734974b /include/Cache.h
parentFix bug where cache was initialized twice in a row (diff)
downloadnheko-e5dd64c63a04df6f0b885c737cc73b383e79bd67.tar.xz
Add method to convert PendingMessage's to event types
Add more logging during message sending
Diffstat (limited to 'include/Cache.h')
-rw-r--r--include/Cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Cache.h b/include/Cache.h

index 97133b0c..76266ebd 100644 --- a/include/Cache.h +++ b/include/Cache.h
@@ -355,7 +355,7 @@ public: // // Outbound Megolm Sessions // - void saveOutboundMegolmSession(const MegolmSessionIndex &index, + void saveOutboundMegolmSession(const std::string &room_id, const OutboundGroupSessionData &data, mtx::crypto::OutboundGroupSessionPtr session); OutboundGroupSessionDataRef getOutboundMegolmSession(const MegolmSessionIndex &index);