mirror of
https://github.com/friendica/friendica
synced 2025-04-30 05:04:22 +02:00
Cache the AP delivery process
This commit is contained in:
parent
be7bd10678
commit
51dbffd396
3 changed files with 34 additions and 3 deletions
|
@ -433,6 +433,9 @@ class Notifier
|
|||
$inboxes = array_merge($inboxes, $parent_inboxes);
|
||||
}
|
||||
|
||||
// Fill the item cache
|
||||
ActivityPub\Transmitter::createCachedActivityFromItem($item_id);
|
||||
|
||||
foreach ($inboxes as $inbox) {
|
||||
logger('Deliver ' . $item_id .' to ' . $inbox .' via ActivityPub', LOGGER_DEBUG);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue