]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
blow subs cache after updating inboxes
authorEvan Prodromou <evan@controlyourself.ca>
Thu, 23 Apr 2009 10:08:51 +0000 (10:08 +0000)
committerEvan Prodromou <evan@controlyourself.ca>
Thu, 23 Apr 2009 10:08:51 +0000 (10:08 +0000)
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;
     }