Keep checking who's received stuff in jabber broadcast

This commit is contained in:
Evan Prodromou 2009-01-23 03:58:18 +01:00
parent 6b884d9f86
commit 21d156c05b
1 changed files with 2 additions and 0 deletions

View File

@ -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;
}
}