mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Update AP deliver job
This commit is contained in:
parent
87e856c001
commit
b6bb6e3cb5
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue