diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-06-18 16:51:06 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-06-18 16:51:06 -0700 |
commit | e506f82cdf8d88186c425a3f58e15b5126fdb248 (patch) | |
tree | 3ce482fa185e9a8cde5313851cf3bc4d35480246 /config.php.sample | |
parent | d3fa832f76c90c194e0a60448ad8c53a043f5438 (diff) |
Better avatar handling - pull in any missing Twitter avatars
Diffstat (limited to 'config.php.sample')
-rw-r--r-- | config.php.sample | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.php.sample b/config.php.sample index 529164108..d42bac9a6 100644 --- a/config.php.sample +++ b/config.php.sample @@ -154,6 +154,9 @@ $config['sphinx']['port'] = 3312; // $config['integration']['source'] = 'Laconica'; // Enable bidirectional Twitter bridge +// +// NOTE: if you enable this you must also set $config['avatar']['path'] +// // $config['twitterbridge']['enabled'] = true; // Edit throttling. Off by default. If turned on, you can only post 20 notices |