mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-25 12:38:48 +03:00
Remove loggin of encrypted message body
This commit is contained in:
parent
86960e67ec
commit
c758cead9e
1 changed files with 0 additions and 2 deletions
|
@ -163,8 +163,6 @@ encrypt_group_message(const std::string &room_id, const std::string &device_id,
|
||||||
{
|
{
|
||||||
using namespace mtx::events;
|
using namespace mtx::events;
|
||||||
|
|
||||||
nhlog::crypto()->info("message body {}", body.dump());
|
|
||||||
|
|
||||||
// relations shouldn't be encrypted...
|
// relations shouldn't be encrypted...
|
||||||
mtx::common::RelatesTo relation;
|
mtx::common::RelatesTo relation;
|
||||||
if (body["content"].count("m.relates_to") != 0) {
|
if (body["content"].count("m.relates_to") != 0) {
|
||||||
|
|
Loading…
Reference in a new issue