forked from mirrors/relay
Record id in inbox route
This commit is contained in:
parent
efcec29d7b
commit
40eb12258d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ use activitystreams::{
|
|||
use actix_web::{web, HttpResponse};
|
||||
use http_signature_normalization_actix::prelude::{DigestVerified, SignatureVerified};
|
||||
|
||||
#[tracing::instrument(name = "Inbox", skip_all)]
|
||||
#[tracing::instrument(name = "Inbox", skip_all, fields(id = input.id_unchecked().map(|id| id.as_str())))]
|
||||
#[allow(clippy::too_many_arguments)]
|
||||
pub(crate) async fn route(
|
||||
state: web::Data<State>,
|
||||
|
|
Loading…
Reference in a new issue