From ad9990e1004e58e0049768f5282d86e5e0eb2602 Mon Sep 17 00:00:00 2001 From: zotlabs Date: Tue, 11 Jul 2017 17:31:57 -0700 Subject: even more logging of conversation parent discovery --- include/feedutils.php | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/feedutils.php b/include/feedutils.php index 8696cc867..a725e66e3 100644 --- a/include/feedutils.php +++ b/include/feedutils.php @@ -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']) -- cgit v1.2.3