]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
blow cache on known replies
authorEvan Prodromou <evan@status.net>
Fri, 26 Feb 2010 22:47:39 +0000 (17:47 -0500)
committerEvan Prodromou <evan@status.net>
Fri, 26 Feb 2010 22:47:39 +0000 (17:47 -0500)
classes/Notice.php

index ac4640534c48b15264ef8cc3fcd1206be144b4ac..2d02a9a19f1c747ce02134bdd97e71b0713f936e 100644 (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);
             }
         }