mirror of
https://github.com/friendica/friendica
synced 2025-01-03 14:42:18 +00:00
spelling: prioritize
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
9442910118
commit
8f5f1bc0fb
1 changed files with 1 additions and 1 deletions
|
@ -890,7 +890,7 @@ class Notifier
|
||||||
Worker::coolDown();
|
Worker::coolDown();
|
||||||
}
|
}
|
||||||
|
|
||||||
// We deliver posts to relay servers slightly delayed to priorize the direct delivery
|
// We deliver posts to relay servers slightly delayed to prioritize the direct delivery
|
||||||
foreach ($relay_inboxes as $inbox) {
|
foreach ($relay_inboxes as $inbox) {
|
||||||
Logger::info('Delivery to relay servers via ActivityPub', ['cmd' => $cmd, 'id' => $target_item['id'], 'inbox' => $inbox]);
|
Logger::info('Delivery to relay servers via ActivityPub', ['cmd' => $cmd, 'id' => $target_item['id'], 'inbox' => $inbox]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue