forked from GNUsocial/gnu-social
blow cache on known replies
This commit is contained in:
parent
dced92d6fd
commit
a5cfda8505
@ -944,6 +944,8 @@ class Notice extends Memcached_DataObject
|
||||
$reply->profile_id = $user->id;
|
||||
|
||||
$id = $reply->insert();
|
||||
|
||||
self::blow('reply:stream:%d', $user->id);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user