From: Evan Prodromou Date: Thu, 23 Apr 2009 10:08:51 +0000 (+0000) Subject: blow subs cache after updating inboxes X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=290ae7888c4d8dbcb703920960b10bca635563ed;p=quix0rs-gnu-social.git blow subs cache after updating inboxes --- diff --git a/scripts/inboxqueuehandler.php b/scripts/inboxqueuehandler.php index c76b803898..73d31e8542 100755 --- a/scripts/inboxqueuehandler.php +++ b/scripts/inboxqueuehandler.php @@ -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; }