blow cache on known replies

This commit is contained in:
Evan Prodromou 2010-02-26 17:47:39 -05:00
parent dced92d6fd
commit a5cfda8505

View File

@ -944,6 +944,8 @@ class Notice extends Memcached_DataObject
$reply->profile_id = $user->id;
$id = $reply->insert();
self::blow('reply:stream:%d', $user->id);
}
}