mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 15:51:23 +01:00
More tracing spans
This commit is contained in:
parent
2e34241465
commit
f35cbfd89e
4 changed files with 15 additions and 0 deletions
|
|
@ -461,6 +461,7 @@ pub(crate) async fn sync_events_route(
|
|||
Ok(Ra(response))
|
||||
}
|
||||
|
||||
#[tracing::instrument(skip_all, fields(room_id = %room_id))]
|
||||
#[allow(clippy::too_many_arguments, clippy::too_many_lines)]
|
||||
async fn load_joined_room(
|
||||
sender_user: &UserId,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue