aboutsummaryrefslogtreecommitdiffstats
path: root/include/feedutils.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2017-07-11 17:31:57 -0700
committerzotlabs <mike@macgirvin.com>2017-07-11 17:31:57 -0700
commitad9990e1004e58e0049768f5282d86e5e0eb2602 (patch)
tree1ccda3edd84a0904b24c5e887a1a32d32a6f4e05 /include/feedutils.php
parent2d63bbb91e97d3a54440564620ef3093ecbe71fb (diff)
downloadvolse-hubzilla-ad9990e1004e58e0049768f5282d86e5e0eb2602.tar.gz
volse-hubzilla-ad9990e1004e58e0049768f5282d86e5e0eb2602.tar.bz2
volse-hubzilla-ad9990e1004e58e0049768f5282d86e5e0eb2602.zip
even more logging of conversation parent discovery
Diffstat (limited to 'include/feedutils.php')
-rw-r--r--include/feedutils.php1
1 files changed, 1 insertions, 0 deletions
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'])