]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Keep checking who's received stuff in jabber broadcast
authorEvan Prodromou <evan@controlyourself.ca>
Fri, 23 Jan 2009 02:58:18 +0000 (03:58 +0100)
committerEvan Prodromou <evan@controlyourself.ca>
Fri, 23 Jan 2009 02:58:18 +0000 (03:58 +0100)
lib/jabber.php

index c33722ea51176cf0ada53c34d8c1d0ede74850b1..84d2a562cecccbb64791a158f1f88ec3ff66d4da 100644 (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;
         }
     }