Spelling error fixed
This commit is contained in:
parent
653af77e5f
commit
2fc5957abb
|
@ -157,7 +157,7 @@ class Cron
|
||||||
while ($delivery = DBA::fetch($deliveries)) {
|
while ($delivery = DBA::fetch($deliveries)) {
|
||||||
if ($delivery['failed'] == 0) {
|
if ($delivery['failed'] == 0) {
|
||||||
$result = ActivityPub\Delivery::deliver($delivery['inbox']);
|
$result = ActivityPub\Delivery::deliver($delivery['inbox']);
|
||||||
Logger::info('Drectly deliver inbox', ['inbox' => $delivery['inbox'], 'result' => $result['success']]);
|
Logger::info('Directly deliver inbox', ['inbox' => $delivery['inbox'], 'result' => $result['success']]);
|
||||||
continue;
|
continue;
|
||||||
} elseif ($delivery['failed'] < 3) {
|
} elseif ($delivery['failed'] < 3) {
|
||||||
$priority = PRIORITY_HIGH;
|
$priority = PRIORITY_HIGH;
|
||||||
|
|
Loading…
Reference in a new issue