Update AP deliver job

pull/983/head
Daniel Supernault 6 years ago
parent 87e856c001
commit b6bb6e3cb5
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7

@ -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…
Cancel
Save