aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-05-09 20:17:59 -0700
committerredmatrix <git@macgirvin.com>2016-05-09 20:17:59 -0700
commitf658a3cae135070887d3df48151177778371d0e2 (patch)
treeb2662c955279ef66177afddde54d05851806587d /include
parenta674b05e96df547ee7429376a09887351d7e27d1 (diff)
downloadvolse-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.php5
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