enqueue notices for offline broadcast

darcs-hash:20080704050425-84dde-d0106845c7b16b80be8e0d5ee9ac93a457334df7.gz
This commit is contained in:
Evan Prodromou
2008-07-04 01:04:25 -04:00
parent 784299c257
commit 73a0271960
5 changed files with 130 additions and 1 deletions

View File

@@ -50,3 +50,7 @@ $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica';
#$config['xmpp']['resource'] = 'uniquename';
#$config['xmpp']['password'] = 'blahblahblah';
#Do notice broadcasts offline
#If you set this, you must run the queuehandler.php
#as a daemon (with, say, start-stop-daemon)
#$config['queue']['enabled'] = true;