summary refs log tree commit diff
path: root/src/Olm.cpp
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2020-04-23 19:22:25 -0400
committerGitHub <noreply@github.com>2020-04-23 19:22:25 -0400
commit4e3b190ac7e8fc8d87cda6832a623296afd1b90e (patch)
treead0a74770e31310134d3c39198f4675326a14df6 /src/Olm.cpp
parentTerminate user color calculation, when no solution can be found (diff)
parentChange decrypt setting again (diff)
downloadnheko-4e3b190ac7e8fc8d87cda6832a623296afd1b90e.tar.xz
Merge pull request #173 from Nheko-Reborn/decrypt-sidebar
Decrypt sidebar setting added to user settings
Diffstat (limited to 'src/Olm.cpp')
-rw-r--r--src/Olm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Olm.cpp b/src/Olm.cpp

index 78b16be7..c8e4c13c 100644 --- a/src/Olm.cpp +++ b/src/Olm.cpp
@@ -184,7 +184,7 @@ encrypt_group_message(const std::string &room_id, const std::string &device_id, data.relates_to = relation; auto message_index = olm_outbound_group_session_message_index(res.session); - nhlog::crypto()->info("next message_index {}", message_index); + nhlog::crypto()->debug("next message_index {}", message_index); // We need to re-pickle the session after we send a message to save the new message_index. cache::updateOutboundMegolmSession(room_id, message_index);