forgot to return true from the conversation_fetch routine - which triggers the rescan for potential parent posts
This commit is contained in:
parent
c7b4a53af2
commit
da1b10b741
@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user