From fdcae5274043ce23fd8f6721e0484bc731975430 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 21 Aug 2022 18:21:05 +0000 Subject: do not escape tags here since it will destroy additional query params --- Zotlabs/Lib/Activity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index 67cfeea79..caeb1db4b 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -1715,7 +1715,7 @@ class Activity { 'xchan_guid' => $url, 'xchan_pubkey' => escape_tags($pubkey), 'xchan_addr' => $webfinger_addr, - 'xchan_url' => escape_tags($profile), + 'xchan_url' => $profile, 'xchan_name' => escape_tags($name), 'xchan_name_date' => datetime_convert(), 'xchan_network' => 'activitypub' -- cgit v1.2.3