From 9b3ae63c7ec3a7d1e31d750d13d4a017e3b02532 Mon Sep 17 00:00:00 2001 From: Yannis Vogel Date: Wed, 28 May 2025 18:02:05 +0200 Subject: [PATCH] ap prefix for ext-username sent to ContentNation --- plugins/federator/contentnation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/federator/contentnation.php b/plugins/federator/contentnation.php index a77f846..daf2b50 100644 --- a/plugins/federator/contentnation.php +++ b/plugins/federator/contentnation.php @@ -735,7 +735,7 @@ class ContentNation implements Connector 'Content-Type: application/json', 'Signature: ' . $signatureHeader, 'Accept: application/json', - 'Username: ' . $sender->id, + 'Username: ' . 'ap:' . $sender->id, ]; curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);