Config option for bidirectional Twitter bridge

This commit is contained in:
Zach Copley 2009-06-18 10:49:45 -07:00
parent 87f54c1136
commit 65457e73bf

View File

@ -153,6 +153,9 @@ $config['sphinx']['port'] = 3312;
// Twitter integration source attribute. Note: default is Laconica
// $config['integration']['source'] = 'Laconica';
// Enable bidirectional Twitter bridge
// $config['twitterbridge']['enabled'] = true;
// Edit throttling. Off by default. If turned on, you can only post 20 notices
// every 10 minutes. Admins may want to play with the settings to minimize inconvenience for
// real users without getting uncontrollable floods from spammers or runaway bots.