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