diff options
author | Evan Prodromou <evan@status.net> | 2010-02-26 17:47:39 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2010-02-26 17:47:39 -0500 |
commit | a5cfda850537e5e55d61f381cfac7d5100aa3bea (patch) | |
tree | b702e2cacf346b9f1a19d0f85f2f3ebe7d8d7217 /classes/Notice.php | |
parent | dced92d6fde00d7a5609aba780fcfeac7c2b2fe0 (diff) |
blow cache on known replies
Diffstat (limited to 'classes/Notice.php')
-rw-r--r-- | classes/Notice.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/Notice.php b/classes/Notice.php index ac4640534..2d02a9a19 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); } } |