more refetch testing

This commit is contained in:
zotlabs 2017-06-28 16:02:44 -07:00
parent c2af370282
commit c5cff7d637

View File

@ -1236,7 +1236,7 @@ function feed_conversation_fetch($importer,$contact,$parent_link) {
// Mastodon flavoured feeds // Mastodon flavoured feeds
if(strpos($parent_link,'/users/') && strpos($parent_link,'/updates/')) { if(strpos($parent_link,'/users/') && strpos($parent_link,'/updates/')) {
$link = $parent_link . '.xml'; $link = $parent_link . '.atom';
} }
if(! $link) if(! $link)