aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/feedutils.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/feedutils.php b/include/feedutils.php
index 835d739df..2755a7e3f 100644
--- a/include/feedutils.php
+++ b/include/feedutils.php
@@ -1276,6 +1276,8 @@ function feed_conversation_fetch($importer,$contact,$parent_link) {
consume_feed($data,$importer,$contact,1);
consume_feed($data,$importer,$contact,2);
+
+ return true;
}