enable confirmation queue

darcs-hash:20080706071319-d018c-c2ad1a7672a53586d0232a205a62cf5c5ee10fcd.gz
This commit is contained in:
Evan Prodromou 2008-07-06 03:13:19 -04:00
parent 973831002a
commit 3f1f1427d9
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class XMPPDaemon {
}
$this->broadcast_queue();
# $this->confirmation_queue();
$this->confirmation_queue();
}
}