diff options
Diffstat (limited to 'xmppdaemon.php')
-rwxr-xr-x | xmppdaemon.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmppdaemon.php b/xmppdaemon.php index 85810fdbf..6509ed1fa 100755 --- a/xmppdaemon.php +++ b/xmppdaemon.php @@ -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); |