diff --git a/src/routes/activitypub/application.rs b/src/routes/activitypub/application.rs index d4660500..512cefb8 100644 --- a/src/routes/activitypub/application.rs +++ b/src/routes/activitypub/application.rs @@ -60,7 +60,7 @@ pub async fn debug( None, &ctx.base(), &ctx.app().private_key, - ctx.domain(), + &format!("{}|devtools", ctx.domain()), ) .await? .json::()