more work on diaspora relay
This commit is contained in:
parent
a674b05e96
commit
f658a3cae1
@ -469,6 +469,11 @@ function notifier_run($argv, $argc){
|
|||||||
$deliveries[] = $pq;
|
$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)) {
|
if(($private) && (! $env_recips)) {
|
||||||
// shouldn't happen
|
// shouldn't happen
|
||||||
|
Reference in New Issue
Block a user