From 1bb84a8e2dc08e29682f8ef322da6dbf071f1646 Mon Sep 17 00:00:00 2001 From: Devin Ragotzy Date: Wed, 30 Jun 2021 07:40:06 -0400 Subject: [PATCH] Fix docs for fetch_and_handle_events --- src/server_server.rs | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/src/server_server.rs b/src/server_server.rs index fa91758..2bcfd2b 100644 --- a/src/server_server.rs +++ b/src/server_server.rs @@ -1313,14 +1313,10 @@ pub fn handle_incoming_pdu<'a>( /// Find the event and auth it. Once the event is validated (steps 1 - 8) /// it is appended to the outliers Tree. /// -/// a. Look in the auth_cache -/// b. Look in the main timeline (pduid_pdu tree) -/// c. Look at outlier pdu tree -/// d. Ask origin server over federation -/// e. TODO: Ask other servers over federation? -/// -/// If the event is unknown to the `auth_cache` it is added. This guarantees that any -/// event we need to know of will be present. +/// a. Look in the main timeline (pduid_pdu tree) +/// b. Look at outlier pdu tree +/// c. Ask origin server over federation +/// d. TODO: Ask other servers over federation? //#[tracing::instrument(skip(db, key_map, auth_cache))] pub(crate) fn fetch_and_handle_events<'a>( db: &'a Database,