forked from mirrors/relay
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 actix_web::{web, HttpResponse};
|
||||||
use http_signature_normalization_actix::prelude::{DigestVerified, SignatureVerified};
|
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(
|
pub(crate) async fn route(
|
||||||
state: web::Data<State>,
|
state: web::Data<State>,
|
||||||
actors: web::Data<ActorCache>,
|
actors: web::Data<ActorCache>,
|
||||||
|
|
Loading…
Reference in a new issue