Don't print parsed activity on inbox
This commit is contained in:
parent
4509465e9c
commit
25e8b5a673
@ -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 New Issue
Block a user