diff options
author | zotlabs <mike@macgirvin.com> | 2017-06-28 16:02:44 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-06-28 16:02:44 -0700 |
commit | c5cff7d6377bc193a07fb9476490f71f59c7e19a (patch) | |
tree | 41b023afaee490a31eba86853a0a1be05bfd2d63 /include/feedutils.php | |
parent | c2af3702828fcfa3817f84d5ff8424740b516b35 (diff) | |
download | volse-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.php | 2 |
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) |