]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
don't clear claims immediately
authorEvan Prodromou <evan@prodromou.name>
Thu, 28 Aug 2008 00:26:10 +0000 (20:26 -0400)
committerEvan Prodromou <evan@prodromou.name>
Thu, 28 Aug 2008 00:26:10 +0000 (20:26 -0400)
darcs-hash:20080828002610-84dde-d9cb46cb08ac50b8efbdf5683baeb2de168fc4b1.gz

lib/queuehandler.php

index f12b880b1f2e59a299506b9040448ce43dfd294f..747e7b49303dd8bd5267615a9dcf48b334342c08 100644 (file)
@@ -56,7 +56,6 @@ class QueueHandler {
        }
        
        function handle_queue() {
-               $this->clear_old_claims();
                $this->log(LOG_INFO, 'checking for queued notices');
                $cnt = 0;
                $transport = $this->transport();