forked from GNUsocial/gnu-social
Added configuration options to enable/disable SMS and Twitter integration.
This disables the IM, SMS and Twitter settings pages and queue handlers depending on the config options.
This commit is contained in:
@@ -183,6 +183,10 @@ $config =
|
||||
array('piddir' => '/var/run',
|
||||
'user' => false,
|
||||
'group' => false),
|
||||
'sms' =>
|
||||
array('enabled' => false),
|
||||
'twitter' =>
|
||||
array('enabled' => false),
|
||||
'twitterbridge' =>
|
||||
array('enabled' => false),
|
||||
'integration' =>
|
||||
|
Reference in New Issue
Block a user