blow subs cache after updating inboxes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user