fix: Remove useless timestamp check in outlier upgrade process

This commit is contained in:
timedout 2026-01-09 02:45:02 +00:00 committed by Ellis Git
parent 6e118f445b
commit 52a51f1de0

View file

@ -131,10 +131,6 @@ pub async fn handle_incoming_pdu<'a>(
.await?
.origin_server_ts();
if incoming_pdu.origin_server_ts() < first_ts_in_room {
return Ok(None);
}
// 9. Fetch any missing prev events doing all checks listed here starting at 1.
// These are timeline events
let (sorted_prev_events, mut eventid_info) = self