]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/jabber.php
Made avatar upload a two-stage process; first upload, then crop
[quix0rs-gnu-social.git] / 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;
         }
     }