From aa490a39bb32aed4f8ea4ffcf7134b900d245b5c Mon Sep 17 00:00:00 2001 From: friendica Date: Thu, 8 Jan 2015 16:02:15 -0800 Subject: include channel clones in PM deliveries (also some whitespace edits) --- include/notifier.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include/notifier.php') 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]; -- cgit v1.2.3