Rebox future segmentations.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-07-08 11:48:45 +00:00
parent aac49b09c7
commit 18f8d6c65c
14 changed files with 43 additions and 32 deletions

View File

@@ -112,6 +112,7 @@ pub async fn handle_incoming_pdu<'a>(
let (incoming_pdu, val) = self
.handle_outlier_pdu(origin, create_event, event_id, room_id, value, false)
.boxed()
.await?;
// 8. if not timeline event: stop

View File

@@ -61,6 +61,7 @@ where
.await?
} else {
self.state_at_incoming_resolved(&incoming_pdu, room_id, &room_version_id)
.boxed()
.await?
};
@@ -215,6 +216,7 @@ where
let new_room_state = self
.resolve_state(room_id, &room_version_id, state_after)
.boxed()
.await?;
// Set the new room state to the resolved state