aboutsummaryrefslogtreecommitdiffstats
path: root/include/zot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-01 14:27:40 -0700
committerfriendica <info@friendica.com>2013-08-01 14:27:40 -0700
commit85c7d7165fadd2a569fafda824e4ac83af36ea12 (patch)
treed2c8a17199248a2059fcc72290fde064044e6616 /include/zot.php
parent2a848c0d3704ac7a4dbce71947c5cb1b362dd749 (diff)
downloadvolse-hubzilla-85c7d7165fadd2a569fafda824e4ac83af36ea12.tar.gz
volse-hubzilla-85c7d7165fadd2a569fafda824e4ac83af36ea12.tar.bz2
volse-hubzilla-85c7d7165fadd2a569fafda824e4ac83af36ea12.zip
yhis should fix the privacy leak - as well as non-private replies to private posts
Diffstat (limited to 'include/zot.php')
-rw-r--r--include/zot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php
index b4e005076..437ec0c86 100644
--- a/include/zot.php
+++ b/include/zot.php
@@ -838,6 +838,7 @@ function zot_import($arr) {
logger('Activity rejected: probable failure to lookup author/owner. ' . print_r($i['message'],true));
continue;
}
+
logger('Activity received: ' . print_r($arr,true), LOGGER_DATA);
logger('Activity recipients: ' . print_r($deliveries,true), LOGGER_DATA);