don't skip tracing for event_handler
Signed-off-by: girlbossceo <june@girlboss.ceo>
This commit is contained in:
parent
f72fd67a71
commit
e486c35faa
1 changed files with 0 additions and 3 deletions
|
@ -67,7 +67,6 @@ impl Service {
|
||||||
/// 13. Use state resolution to find new room state
|
/// 13. Use state resolution to find new room state
|
||||||
/// 14. Check if the event passes auth based on the "current state" of the room, if not soft fail it
|
/// 14. Check if the event passes auth based on the "current state" of the room, if not soft fail it
|
||||||
// We use some AsyncRecursiveType hacks here so we can call this async funtion recursively
|
// We use some AsyncRecursiveType hacks here so we can call this async funtion recursively
|
||||||
#[tracing::instrument(skip(self, value, is_timeline_event, pub_key_map))]
|
|
||||||
pub(crate) async fn handle_incoming_pdu<'a>(
|
pub(crate) async fn handle_incoming_pdu<'a>(
|
||||||
&self,
|
&self,
|
||||||
origin: &'a ServerName,
|
origin: &'a ServerName,
|
||||||
|
@ -276,7 +275,6 @@ impl Service {
|
||||||
r
|
r
|
||||||
}
|
}
|
||||||
|
|
||||||
#[tracing::instrument(skip(self, create_event, value, pub_key_map))]
|
|
||||||
fn handle_outlier_pdu<'a>(
|
fn handle_outlier_pdu<'a>(
|
||||||
&'a self,
|
&'a self,
|
||||||
origin: &'a ServerName,
|
origin: &'a ServerName,
|
||||||
|
@ -461,7 +459,6 @@ impl Service {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
#[tracing::instrument(skip(self, incoming_pdu, val, create_event, pub_key_map))]
|
|
||||||
pub async fn upgrade_outlier_to_timeline_pdu(
|
pub async fn upgrade_outlier_to_timeline_pdu(
|
||||||
&self,
|
&self,
|
||||||
incoming_pdu: Arc<PduEvent>,
|
incoming_pdu: Arc<PduEvent>,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue