From: Evan Prodromou Date: Sun, 6 Jul 2008 07:13:19 +0000 (-0400) Subject: enable confirmation queue X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3f1f1427d9d65215af7546de2ad5c16120f44857;p=quix0rs-gnu-social.git enable confirmation queue darcs-hash:20080706071319-d018c-c2ad1a7672a53586d0232a205a62cf5c5ee10fcd.gz --- diff --git a/xmppdaemon.php b/xmppdaemon.php index 22b957c971..e5c5c20afb 100755 --- a/xmppdaemon.php +++ b/xmppdaemon.php @@ -95,7 +95,7 @@ class XMPPDaemon { } $this->broadcast_queue(); -# $this->confirmation_queue(); + $this->confirmation_queue(); } }