Looks like we need the mastodon feed check in core - grrr. Will do that for now until it can be put back into plugins.

This commit is contained in:
zotlabs 2017-06-06 22:49:45 -07:00 committed by Mario Vavti
parent 108b052e4e
commit bea0a491cf

View File

@ -397,6 +397,9 @@ function get_atom_elements($feed, $item, &$author) {
}
$ostatus_protocol = (($item->get_item_tags(NAMESPACE_OSTATUS, 'conversation')) ? true : false);
$mastodon = (($item->get_item_tags('http://mastodon.social/schema/1.0','scope')) ? true : false);
if($mastodon)
$ostatus_protocol = true;
$apps = $item->get_item_tags(NAMESPACE_STATUSNET, 'notice_info');
if($apps && $apps[0]['attribs']['']['source']) {