even more logging of conversation parent discovery
This commit is contained in:
parent
2d63bbb91e
commit
ad9990e100
@ -1085,6 +1085,7 @@ function consume_feed($xml, $importer, &$contact, $pass = 0) {
|
||||
// next try thr:in_reply_to
|
||||
|
||||
if($conv_id) {
|
||||
logger('find_parent: conversation_id: ' . $conv_id, LOGGER_DEBUG);
|
||||
$c = q("select parent_mid from item left join iconfig on item.id = iconfig.iid where iconfig.cat = 'ostatus' and iconfig.k = 'conversation' and iconfig.v = '%s' and item.uid = %d order by item.id limit 1",
|
||||
dbesc($conv_id),
|
||||
intval($importer['channel_id'])
|
||||
|
Reference in New Issue
Block a user