mirror of
https://github.com/friendica/friendica
synced 2025-04-19 13:10:10 +00:00
The twitter addon is no import connector anymore
This commit is contained in:
parent
41bc148040
commit
97aecc8fc1
8 changed files with 9 additions and 31 deletions
|
@ -88,10 +88,6 @@ class NodeInfo110 extends BaseModule
|
|||
|
||||
$nodeinfo['metadata']['services'] = $nodeinfo['services'];
|
||||
|
||||
if (Addon::isEnabled('twitter')) {
|
||||
$nodeinfo['metadata']['services']['inbound'][] = 'twitter';
|
||||
}
|
||||
|
||||
$nodeinfo['metadata']['explicitContent'] = $this->config->get('system', 'explicit_content', false) == true;
|
||||
|
||||
$this->response->setType(ICanCreateResponses::TYPE_JSON);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue