From 6b42c984eef502a9e6174f1c7b5122b678b8bf4b Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Sun, 7 Sep 2008 02:21:18 -0400 Subject: Twitter integration - added $config option for source attribute when posting to Twitter darcs-hash:20080907062118-7b5ce-b4412446bbf245b1d14a78b01ecde0f71f621185.gz --- config.php.sample | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.php.sample') diff --git a/config.php.sample b/config.php.sample index 875dc8b25..900d99c41 100644 --- a/config.php.sample +++ b/config.php.sample @@ -86,3 +86,6 @@ $config['db']['database'] = 'mysql://laconica:microblog@localhost/laconica'; #optionally show non-local messages in public timeline #$config['public']['localonly'] = false; + +#Twitter integration source attribute. Note: default is Laconica +#$config['integration']['source'] = 'Laconica'; -- cgit v1.2.3-54-g00ecf