blow subs cache after updating inboxes

This commit is contained in:
Evan Prodromou 2009-04-23 10:08:51 +00:00
parent 7c383dc1d4
commit 290ae7888c
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}