summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Prodromou <evan@prodromou.name>2008-08-30 05:42:52 -0400
committerEvan Prodromou <evan@prodromou.name>2008-08-30 05:42:52 -0400
commitc46f152697b7abfe6a33bec38c6b793e288d85c8 (patch)
treedaa412501e84ba7b5a9ca06d29f518844b9a9d94
parent72d8bb12e15dac970a000c87c055021b293d8c73 (diff)
forgot to use the array for avoiding dupes
darcs-hash:20080830094252-84dde-bf6c17d7036c84bfeaf41d2fc704cc8656a083c1.gz
-rw-r--r--lib/jabber.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/jabber.php b/lib/jabber.php
index 504e050ce..db043ff72 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