fix oversized tracing span arguments; lints
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
e83fa12451
commit
527494a34b
3 changed files with 10 additions and 7 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue