From 39f6ff24b3b918a58d37f8e38e9f7a10f6703366 Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 20 May 2024 01:45:26 +0200 Subject: [PATCH] fix: show in UA requests coming from devtools --- src/routes/activitypub/application.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/activitypub/application.rs b/src/routes/activitypub/application.rs index d466050..512cefb 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::()