more refetch testing
This commit is contained in:
parent
c2af370282
commit
c5cff7d637
@ -1236,7 +1236,7 @@ function feed_conversation_fetch($importer,$contact,$parent_link) {
|
||||
|
||||
// Mastodon flavoured feeds
|
||||
if(strpos($parent_link,'/users/') && strpos($parent_link,'/updates/')) {
|
||||
$link = $parent_link . '.xml';
|
||||
$link = $parent_link . '.atom';
|
||||
}
|
||||
|
||||
if(! $link)
|
||||
|
Reference in New Issue
Block a user