forked from GNUsocial/gnu-social
Keep checking who's received stuff in jabber broadcast
This commit is contained in:
parent
6b884d9f86
commit
21d156c05b
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user