log full custom edu rather than just content
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
7b7593a6f5
commit
3813628acd
1 changed files with 2 additions and 2 deletions
|
@ -352,8 +352,8 @@ pub(crate) async fn send_transaction_message_route(
|
||||||
.add_cross_signing_keys(&user_id, &master_key, &self_signing_key, &None, true)?;
|
.add_cross_signing_keys(&user_id, &master_key, &self_signing_key, &None, true)?;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
Edu::_Custom(custom) => {
|
Edu::_Custom(ref _custom) => {
|
||||||
debug_warn!(?custom, "received custom/unknown EDU");
|
debug_warn!(?edu, "received custom/unknown EDU");
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue