forked from GNUsocial/gnu-social
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");
|
$this->log(LOG_INFO, "Distributing notice to inboxes for $notice->id");
|
||||||
$notice->addToInboxes();
|
$notice->addToInboxes();
|
||||||
|
$notice->blowSubsCache();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user