style: make clippy happier
This commit is contained in:
parent
4964e21342
commit
304c53c4f5
5 changed files with 7 additions and 11 deletions
|
@ -438,7 +438,7 @@ pub fn get_missing_events_route<'a>(
|
|||
)
|
||||
.map_err(|_| Error::bad_database("Invalid prev_events content in pdu in db."))?,
|
||||
);
|
||||
events.push(PduEvent::to_outgoing_federation_event(pdu));
|
||||
events.push(PduEvent::convert_to_outgoing_federation_event(pdu));
|
||||
}
|
||||
i += 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue