twiddle a few bits to make replies work correctly

darcs-hash:20080707054358-84dde-916977a2af4f792e0dc9e02a9f5344ec60911319.gz
This commit is contained in:
Evan Prodromou
2008-07-07 01:43:58 -04:00
parent f6303475aa
commit 8d3ec9c920
7 changed files with 89 additions and 66 deletions

View File

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