mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-04 17:29:14 +01:00
Fix docs for fetch_and_handle_events
This commit is contained in:
parent
98f1480e2b
commit
1bb84a8e2d
1 changed files with 4 additions and 8 deletions
|
@ -1313,14 +1313,10 @@ pub fn handle_incoming_pdu<'a>(
|
||||||
/// Find the event and auth it. Once the event is validated (steps 1 - 8)
|
/// Find the event and auth it. Once the event is validated (steps 1 - 8)
|
||||||
/// it is appended to the outliers Tree.
|
/// it is appended to the outliers Tree.
|
||||||
///
|
///
|
||||||
/// a. Look in the auth_cache
|
/// a. Look in the main timeline (pduid_pdu tree)
|
||||||
/// b. Look in the main timeline (pduid_pdu tree)
|
/// b. Look at outlier pdu tree
|
||||||
/// c. Look at outlier pdu tree
|
/// c. Ask origin server over federation
|
||||||
/// d. Ask origin server over federation
|
/// d. TODO: Ask other servers 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.
|
|
||||||
//#[tracing::instrument(skip(db, key_map, auth_cache))]
|
//#[tracing::instrument(skip(db, key_map, auth_cache))]
|
||||||
pub(crate) fn fetch_and_handle_events<'a>(
|
pub(crate) fn fetch_and_handle_events<'a>(
|
||||||
db: &'a Database,
|
db: &'a Database,
|
||||||
|
|
Loading…
Reference in a new issue