refetch testing

This commit is contained in:
zotlabs 2017-06-28 15:58:14 -07:00
parent 118fed29b5
commit c2af370282

View File

@ -1231,7 +1231,7 @@ function feed_conversation_fetch($importer,$contact,$parent_link) {
// GNU-Social flavoured feeds
if(strpos($parent_link,'/notice/')) {
$link = str_replace('/notice/','/api/statuses/show/',$link) . '.atom';
$link = str_replace('/notice/','/api/statuses/show/',$parent_link) . '.atom';
}
// Mastodon flavoured feeds