summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/jabber.php2
1 files changed, 2 insertions, 0 deletions
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;
}
}