Add signal/slot for decryption changes in last patch

This commit is contained in:
Joseph Donofry 2020-04-22 19:52:30 -04:00
parent a4c280a4f9
commit b298f01d92
No known key found for this signature in database
GPG key ID: E8A1D78EF044B0CB
9 changed files with 34 additions and 2 deletions

View file

@ -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);