broadcast directly from xmpp daemon

darcs-hash:20080704072909-5a68a-098c1b44f4e188d101d0786730d2e41ddb359c9a.gz
This commit is contained in:
Evan Prodromou 2008-07-04 03:29:09 -04:00
parent 0b5e79dc01
commit 93fc218f79
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ class XMPPDaemon {
return;
}
$notice->query('COMMIT');
common_broadcast_notice($notice);
common_real_broadcast($notice);
$this->log(LOG_INFO,
'Added notice ' . $notice->id . ' from user ' . $user->nickname);
}