Improve communication

This commit is contained in:
Michael 2018-09-22 14:12:54 +00:00
parent b906b083bc
commit 214407bdc8
4 changed files with 49 additions and 29 deletions

View file

@ -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