From b6f10e9cc1db22d3cee887c98e9cd99c229102ab Mon Sep 17 00:00:00 2001 From: alemi Date: Mon, 22 Apr 2024 01:51:37 +0200 Subject: [PATCH] fix: webfinger for application returns itself --- src/routes/activitypub/well_known.rs | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/routes/activitypub/well_known.rs b/src/routes/activitypub/well_known.rs index 461540cc..ba9cbd48 100644 --- a/src/routes/activitypub/well_known.rs +++ b/src/routes/activitypub/well_known.rs @@ -102,6 +102,23 @@ pub async fn webfinger(State(ctx): State, Query(query): Query