more work on diaspora relay

This commit is contained in:
redmatrix 2016-05-09 20:17:59 -07:00
parent a674b05e96
commit f658a3cae1

View File

@ -469,6 +469,11 @@ function notifier_run($argv, $argc){
$deliveries[] = $pq;
}
// notifier_process can alter the recipient list
$recipients = $narr['recipients'];
$env_recips = $narr['env_recips'];
$packet_recips = $narr['packet_recips'];
if(($private) && (! $env_recips)) {
// shouldn't happen