summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--xmppdaemon.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmppdaemon.php b/xmppdaemon.php
index c32462e17..1039407b3 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);