diff options
Diffstat (limited to 'scripts/inboxqueuehandler.php')
-rwxr-xr-x | scripts/inboxqueuehandler.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/inboxqueuehandler.php b/scripts/inboxqueuehandler.php index c76b80389..73d31e854 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; } |