From: Evan Prodromou Date: Fri, 26 Feb 2010 22:47:39 +0000 (-0500) Subject: blow cache on known replies X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a5cfda850537e5e55d61f381cfac7d5100aa3bea;p=quix0rs-gnu-social.git blow cache on known replies --- diff --git a/classes/Notice.php b/classes/Notice.php index ac4640534c..2d02a9a19f 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -944,6 +944,8 @@ class Notice extends Memcached_DataObject $reply->profile_id = $user->id; $id = $reply->insert(); + + self::blow('reply:stream:%d', $user->id); } }