From: Evan Prodromou Date: Sat, 30 Aug 2008 09:42:52 +0000 (-0400) Subject: forgot to use the array for avoiding dupes X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c46f152697b7abfe6a33bec38c6b793e288d85c8;p=quix0rs-gnu-social.git forgot to use the array for avoiding dupes darcs-hash:20080830094252-84dde-bf6c17d7036c84bfeaf41d2fc704cc8656a083c1.gz --- diff --git a/lib/jabber.php b/lib/jabber.php index 504e050ce3..db043ff729 100644 --- a/lib/jabber.php +++ b/lib/jabber.php @@ -222,6 +222,7 @@ function jabber_broadcast_notice($notice) { 'Sending reply notice ' . $notice->id . ' to ' . $user->jabber, __FILE__); $conn->message($user->jabber, $msg, 'chat', NULL, $entry); + $sent_to[$user->id] = 1; } # Now, get users subscribed to this profile