forked from GNUsocial/gnu-social
commit queries in xmppdaemon::add_notice
darcs-hash:20080626071213-34904-aefba28162aa3afb1b3e8152ee8210fe3108b841.gz
This commit is contained in:
parent
510ae5f3fb
commit
6bf590257f
@ -148,6 +148,7 @@ class XMPPDaemon {
|
|||||||
': ' . $last_error->message);
|
': ' . $last_error->message);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
$notice->query('COMMIT');
|
||||||
common_broadcast_notice($notice);
|
common_broadcast_notice($notice);
|
||||||
$this->log(LOG_INFO,
|
$this->log(LOG_INFO,
|
||||||
'Added notice ' . $notice->id . ' from user ' . $user->nickname);
|
'Added notice ' . $notice->id . ' from user ' . $user->nickname);
|
||||||
|
Loading…
Reference in New Issue
Block a user