ap prefix for ext-username sent to ContentNation

This commit is contained in:
Yannis Vogel 2025-05-28 18:02:05 +02:00
parent 96bb1efe16
commit 9b3ae63c7e
No known key found for this signature in database

View file

@ -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);