summary refs log tree commit diff
path: root/src/Olm.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-08-08 18:37:40 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-08-08 18:38:05 +0200
commitad57a336dc5885ad11965fd72869474bd7f30496 (patch)
tree1d770087a5c39c2dabfea087494d490e296f7be2 /src/Olm.cpp
parentFix trying to delete unsupported events (diff)
downloadnheko-ad57a336dc5885ad11965fd72869474bd7f30496.tar.xz
Breaking: Change secret names and fix bug when storing secrets
Diffstat (limited to 'src/Olm.cpp')
-rw-r--r--src/Olm.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Olm.cpp b/src/Olm.cpp

index e4ab0aa1..40c87f9f 100644 --- a/src/Olm.cpp +++ b/src/Olm.cpp
@@ -425,6 +425,8 @@ handle_olm_message(const OlmMessage &msg, const UserKeyCache &otherUserDeviceKey } }); + nhlog::crypto()->info("Storing secret {}", + secret_name->second); cache::client()->storeSecret(secret_name->second, e->content.secret);