]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - scripts/inboxqueuehandler.php
ignore Eclipse project files
[quix0rs-gnu-social.git] / scripts / inboxqueuehandler.php
index c76b8038987aea715b93e45f3112c64e932e4072..73d31e85426ec97cbf7e3d378bb1ef97d4abcc99 100755 (executable)
@@ -49,6 +49,7 @@ class InboxQueueHandler extends QueueHandler
     {
         $this->log(LOG_INFO, "Distributing notice to inboxes for $notice->id");
         $notice->addToInboxes();
+        $notice->blowSubsCache();
         return true;
     }