diff options
author | CH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com> | 2020-05-27 14:19:26 +0530 |
---|---|---|
committer | CH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com> | 2020-07-30 22:10:27 +0530 |
commit | f9c0f4dd5410621a8427e2ef21496b7791d44d2f (patch) | |
tree | 5c1ea107d3d4fff722538549f59454d87c1a667b /src/Olm.cpp | |
parent | Adding DeviceList for userprofile (diff) | |
download | nheko-f9c0f4dd5410621a8427e2ef21496b7791d44d2f.tar.xz |
Add C++ Model for DeviceList
Diffstat (limited to 'src/Olm.cpp')
-rw-r--r-- | src/Olm.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Olm.cpp b/src/Olm.cpp index 494bc201..74fbac9a 100644 --- a/src/Olm.cpp +++ b/src/Olm.cpp @@ -56,7 +56,6 @@ handle_to_device_messages(const std::vector<mtx::events::collections::DeviceEven nhlog::crypto()->warn("validation error for olm message: {} {}", e.what(), j_msg.dump(2)); - } } else if (msg_type == to_string(mtx::events::EventType::RoomKeyRequest)) { @@ -399,7 +398,6 @@ handle_key_request_message(const mtx::events::DeviceEvent<mtx::events::msg::KeyR } if (!utils::respondsToKeyRequests(req.content.room_id)) { - nhlog::crypto()->debug("ignoring all key requests for room {}", req.content.room_id); |