forked from GNUsocial/gnu-social
Remove un-needed config variable for enabling/disabling Twitter integration
This commit is contained in:
@@ -177,8 +177,7 @@ $default =
|
||||
array('source' => 'StatusNet', # source attribute for Twitter
|
||||
'taguri' => null), # base for tag URIs
|
||||
'twitter' =>
|
||||
array('enabled' => true,
|
||||
'signin' => true,
|
||||
array('signin' => true,
|
||||
'consumer_key' => null,
|
||||
'consumer_secret' => null),
|
||||
'cache' =>
|
||||
|
||||
Reference in New Issue
Block a user