mirror of
https://github.com/friendica/friendica
synced 2025-04-30 05:04:22 +02:00
Improve communication
This commit is contained in:
parent
b906b083bc
commit
214407bdc8
4 changed files with 49 additions and 29 deletions
|
@ -429,7 +429,7 @@ class Notifier
|
|||
logger('Deliver ' . $item_id .' to ' . $inbox .' via ActivityPub', LOGGER_DEBUG);
|
||||
|
||||
Worker::add(['priority' => $a->queue['priority'], 'created' => $a->queue['created'], 'dont_fork' => true],
|
||||
'APDelivery', $cmd, $item_id, $inbox);
|
||||
'APDelivery', $cmd, $item_id, $inbox, $uid);
|
||||
}
|
||||
|
||||
// send salmon slaps to mentioned remote tags (@foo@example.com) in OStatus posts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue