From 21d156c05b830c54413a5f5a9bb6bdab4b372eb7 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Fri, 23 Jan 2009 03:58:18 +0100 Subject: Keep checking who's received stuff in jabber broadcast --- lib/jabber.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/jabber.php b/lib/jabber.php index c33722ea5..84d2a562c 100644 --- a/lib/jabber.php +++ b/lib/jabber.php @@ -392,6 +392,7 @@ function jabber_broadcast_notice($notice) // To keep the incoming queue from filling up, // we service it after each send. $conn->processTime(0); + $sent_to[$user->id] = 1; } } @@ -413,6 +414,7 @@ function jabber_broadcast_notice($notice) // To keep the incoming queue from filling up, // we service it after each send. $conn->processTime(0); + $sent_to[$user->id] = 1; } } -- cgit v1.2.3-54-g00ecf