pipeline prologue of handle_incoming_pdu

simplify room_version/first_pdu_in_room argument passing

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2025-01-26 06:15:01 +00:00
commit 677316631a
7 changed files with 62 additions and 56 deletions

View file

@ -84,7 +84,6 @@ pub(super) async fn handle_outlier_pdu<'a>(
&incoming_pdu.auth_events,
create_event,
room_id,
&room_version_id,
))
.await;
}