mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
Spelling error fixed
This commit is contained in:
parent
653af77e5f
commit
2fc5957abb
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class Cron
|
|||
while ($delivery = DBA::fetch($deliveries)) {
|
||||
if ($delivery['failed'] == 0) {
|
||||
$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;
|
||||
} elseif ($delivery['failed'] < 3) {
|
||||
$priority = PRIORITY_HIGH;
|
||||
|
|
Loading…
Reference in a new issue