mirror of
https://github.com/friendica/friendica
synced 2025-01-11 02:04:44 +00:00
Twitter is also inbound
This commit is contained in:
parent
a26689f69c
commit
054a111f3c
1 changed files with 4 additions and 0 deletions
|
@ -245,6 +245,10 @@ class NodeInfo extends BaseModule
|
||||||
|
|
||||||
$nodeinfo['services'] = self::getServices($app);
|
$nodeinfo['services'] = self::getServices($app);
|
||||||
|
|
||||||
|
if (Addon::isEnabled('twitter')) {
|
||||||
|
$nodeinfo['services']['inbound'][] = 'twitter';
|
||||||
|
}
|
||||||
|
|
||||||
$nodeinfo['services']['inbound'][] = 'atom1.0';
|
$nodeinfo['services']['inbound'][] = 'atom1.0';
|
||||||
$nodeinfo['services']['outbound'][] = 'atom1.0';
|
$nodeinfo['services']['outbound'][] = 'atom1.0';
|
||||||
$nodeinfo['services']['outbound'][] = 'rss2.0';
|
$nodeinfo['services']['outbound'][] = 'rss2.0';
|
||||||
|
|
Loading…
Reference in a new issue