kopia lustrzana https://github.com/friendica/friendica
Twitter is also inbound
rodzic
a26689f69c
commit
054a111f3c
|
@ -245,6 +245,10 @@ class NodeInfo extends BaseModule
|
|||
|
||||
$nodeinfo['services'] = self::getServices($app);
|
||||
|
||||
if (Addon::isEnabled('twitter')) {
|
||||
$nodeinfo['services']['inbound'][] = 'twitter';
|
||||
}
|
||||
|
||||
$nodeinfo['services']['inbound'][] = 'atom1.0';
|
||||
$nodeinfo['services']['outbound'][] = 'atom1.0';
|
||||
$nodeinfo['services']['outbound'][] = 'rss2.0';
|
||||
|
|
Ładowanie…
Reference in New Issue