mirror of https://github.com/pixelfed/pixelfed.git
Update AP deliver job
This commit is contained in:
parent
87e856c001
commit
b6bb6e3cb5
|
@ -79,7 +79,7 @@ class StatusActivityPubDeliver implements ShouldQueue
|
|||
$requests = function() use ($client, $activity, $profile) {
|
||||
foreach($audience as $url) {
|
||||
$headers = HttpSignature::sign($profile, $url, $activity);
|
||||
yield function() use ($client, $url, $activity) {
|
||||
yield function() use ($client, $url, $activity, $headers) {
|
||||
return $client->requestAsync('POST', $url, [
|
||||
'curl' => [
|
||||
CURLOPT_HTTPHEADER => $headers,
|
||||
|
|
Loading…
Reference in New Issue