forked from grumpydevelop/federator
ap prefix for ext-username sent to ContentNation
This commit is contained in:
parent
96bb1efe16
commit
9b3ae63c7e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue