diff options
author | friendica <info@friendica.com> | 2015-01-08 16:02:15 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2015-01-08 16:02:15 -0800 |
commit | aa490a39bb32aed4f8ea4ffcf7134b900d245b5c (patch) | |
tree | 5d3e7dab41fe12b3aef7901aaa8cd2fafa93005b /include/notifier.php | |
parent | 1a67c55f28152732926689726149f22a3b532ae5 (diff) | |
download | volse-hubzilla-aa490a39bb32aed4f8ea4ffcf7134b900d245b5c.tar.gz volse-hubzilla-aa490a39bb32aed4f8ea4ffcf7134b900d245b5c.tar.bz2 volse-hubzilla-aa490a39bb32aed4f8ea4ffcf7134b900d245b5c.zip |
include channel clones in PM deliveries (also some whitespace edits)
Diffstat (limited to 'include/notifier.php')
-rw-r--r-- | include/notifier.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/notifier.php b/include/notifier.php index e1eb0c554..06ef7bc94 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -165,6 +165,7 @@ function notifier_run($argv, $argc){ } xchan_mail_query($message[0]); $uid = $message[0]['channel_id']; + $recipients[] = $message[0]['from_xchan']; // include clones $recipients[] = $message[0]['to_xchan']; $item = $message[0]; |