shorten several request span names.
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
98d96b89a5
commit
213a6d441f
7 changed files with 35 additions and 36 deletions
|
@ -312,7 +312,7 @@ pub(crate) async fn sync_events_route(
|
|||
Ok(response)
|
||||
}
|
||||
|
||||
#[tracing::instrument(skip_all, fields(user_id = %sender_user, room_id = %room_id))]
|
||||
#[tracing::instrument(skip_all, fields(user_id = %sender_user, room_id = %room_id), name = "left_room")]
|
||||
async fn handle_left_room(
|
||||
since: u64, room_id: &RoomId, sender_user: &UserId, left_rooms: &mut BTreeMap<ruma::OwnedRoomId, LeftRoom>,
|
||||
next_batch_string: &str, full_state: bool, lazy_load_enabled: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue