aboutsummaryrefslogtreecommitdiffstats
path: root/include/feedutils.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-06-28 15:58:14 -0700
committerzotlabs <mike@macgirvin.com>2017-06-28 15:58:14 -0700
commitc2af3702828fcfa3817f84d5ff8424740b516b35 (patch)
tree6ec6825776cc7a2ea1dc85b10031baa54e36eb5e /include/feedutils.php
parent118fed29b5671035d347d8f3aac50d4af39fc5f3 (diff)
downloadvolse-hubzilla-c2af3702828fcfa3817f84d5ff8424740b516b35.tar.gz
volse-hubzilla-c2af3702828fcfa3817f84d5ff8424740b516b35.tar.bz2
volse-hubzilla-c2af3702828fcfa3817f84d5ff8424740b516b35.zip
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 de0cedcc0..a7c2b7ca8 100644
--- a/include/feedutils.php
+++ b/include/feedutils.php
@@ -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