mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-11-15 22:21:00 +00:00
Don't print parsed activity on inbox
This commit is contained in:
parent
4509465e9c
commit
25e8b5a673
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(actors, client, jobs, config, state, verified))]
|
||||
#[tracing::instrument(name = "Inbox", skip_all)]
|
||||
pub(crate) async fn route(
|
||||
state: web::Data<State>,
|
||||
actors: web::Data<ActorCache>,
|
||||
|
|
Loading…
Reference in a new issue