fix oversized tracing span arguments; lints

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-11-27 04:48:40 +00:00
parent e83fa12451
commit 527494a34b
3 changed files with 10 additions and 7 deletions

View file

@ -393,7 +393,7 @@ impl Service {
}
/// This fetches auth events from the current state.
#[tracing::instrument(skip(self), level = "debug")]
#[tracing::instrument(skip(self, content), level = "debug")]
pub async fn get_auth_events(
&self, room_id: &RoomId, kind: &TimelineEventType, sender: &UserId, state_key: Option<&str>,
content: &serde_json::value::RawValue,