aboutsummaryrefslogtreecommitdiffstats
path: root/include/feedutils.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-06-28 16:02:44 -0700
committerzotlabs <mike@macgirvin.com>2017-06-28 16:02:44 -0700
commitc5cff7d6377bc193a07fb9476490f71f59c7e19a (patch)
tree41b023afaee490a31eba86853a0a1be05bfd2d63 /include/feedutils.php
parentc2af3702828fcfa3817f84d5ff8424740b516b35 (diff)
downloadvolse-hubzilla-c5cff7d6377bc193a07fb9476490f71f59c7e19a.tar.gz
volse-hubzilla-c5cff7d6377bc193a07fb9476490f71f59c7e19a.tar.bz2
volse-hubzilla-c5cff7d6377bc193a07fb9476490f71f59c7e19a.zip
more refetch testing
Diffstat (limited to 'include/feedutils.php')
-rw-r--r--include/feedutils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/feedutils.php b/include/feedutils.php
index a7c2b7ca8..8c2a7a8d7 100644
--- a/include/feedutils.php
+++ b/include/feedutils.php
@@ -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)