diff options
author | redmatrix <git@macgirvin.com> | 2016-05-09 20:17:59 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-09 20:17:59 -0700 |
commit | f658a3cae135070887d3df48151177778371d0e2 (patch) | |
tree | b2662c955279ef66177afddde54d05851806587d /include | |
parent | a674b05e96df547ee7429376a09887351d7e27d1 (diff) | |
download | volse-hubzilla-f658a3cae135070887d3df48151177778371d0e2.tar.gz volse-hubzilla-f658a3cae135070887d3df48151177778371d0e2.tar.bz2 volse-hubzilla-f658a3cae135070887d3df48151177778371d0e2.zip |
more work on diaspora relay
Diffstat (limited to 'include')
-rw-r--r-- | include/notifier.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/notifier.php b/include/notifier.php index f0c6d7275..708d42bd0 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -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 |