forked from GNUsocial/gnu-social
broadcast for repeats
This commit is contained in:
parent
797a0d79fb
commit
90c378a81f
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user