This commit is contained in:
Timo Kösters
2021-08-21 14:24:10 +02:00
parent 4956fb9fba
commit 3b78e43a18
2 changed files with 45 additions and 33 deletions

View File

@@ -912,7 +912,7 @@ pub async fn handle_incoming_pdu<'a>(
// Max limit reached
warn!("Max prev event limit reached!");
graph.insert(prev_event_id.clone(), HashSet::new());
continue
continue;
}
if let Some(json) =