]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
broadcast for repeats
authorEvan Prodromou <evan@status.net>
Tue, 15 Dec 2009 17:29:37 +0000 (12:29 -0500)
committerEvan Prodromou <evan@status.net>
Tue, 15 Dec 2009 17:29:37 +0000 (12:29 -0500)
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');