]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/repeat.php
Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x
[quix0rs-gnu-social.git] / actions / repeat.php
index 38d6efa6c66bbc5f1c692beb91e30472986468de..b75523498b447cdfdbb489f53ed15d75d891a5c8 100644 (file)
@@ -106,6 +106,8 @@ class RepeatAction extends Action
     {
         $repeat = $this->notice->repeat($this->user->id, 'web');
 
+        common_broadcast_notice($repeat);
+
         if ($this->boolean('ajax')) {
             $this->startHTML('text/xml;charset=utf-8');
             $this->elementStart('head');