From: Evan Prodromou Date: Thu, 26 Jun 2008 07:12:13 +0000 (-0400) Subject: commit queries in xmppdaemon::add_notice X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6bf590257ffaec8c7b8530ed8a2c378edeb8b93f;p=quix0rs-gnu-social.git commit queries in xmppdaemon::add_notice darcs-hash:20080626071213-34904-aefba28162aa3afb1b3e8152ee8210fe3108b841.gz --- diff --git a/xmppdaemon.php b/xmppdaemon.php index c32462e17e..1039407b36 100644 --- a/xmppdaemon.php +++ b/xmppdaemon.php @@ -148,6 +148,7 @@ class XMPPDaemon { ': ' . $last_error->message); return; } + $notice->query('COMMIT'); common_broadcast_notice($notice); $this->log(LOG_INFO, 'Added notice ' . $notice->id . ' from user ' . $user->nickname);