style: make clippy happier
This commit is contained in:
parent
4964e21342
commit
304c53c4f5
5 changed files with 7 additions and 11 deletions
|
@ -84,7 +84,7 @@ impl Sending {
|
|||
(Box<ServerName>, send_transaction_message::v1::Response),
|
||||
(Box<ServerName>, Error),
|
||||
> {
|
||||
let pdu_json = PduEvent::to_outgoing_federation_event(
|
||||
let pdu_json = PduEvent::convert_to_outgoing_federation_event(
|
||||
rooms
|
||||
.get_pdu_json_from_id(&pdu_id)
|
||||
.map_err(|e| (server.clone(), e))?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue