fix(hydra): Unable to parse backfilled incoming create events

This commit is contained in:
nexy7574
2025-09-02 01:08:53 +01:00
parent 91229ac3bf
commit 240088c1f5
3 changed files with 44 additions and 10 deletions
+2 -1
View File
@@ -607,6 +607,7 @@ async fn join_room_by_id_helper_remote(
})
.ready_filter_map(Result::ok)
.ready_for_each(|(event_id, value)| {
trace!(%event_id, "Adding PDU as an outlier from send_join auth_chain");
services.rooms.outlier.add_pdu_outlier(&event_id, &value);
})
.await;
@@ -664,7 +665,7 @@ async fn join_room_by_id_helper_remote(
.force_state(room_id, statehash_before_join, added, removed, &state_lock)
.await?;
info!("Updating joined counts for new room");
debug!("Updating joined counts for new room");
services
.rooms
.state_cache