aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Daemon/Notifier.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2019-01-24 19:08:57 -0800
committerzotlabs <mike@macgirvin.com>2019-01-24 19:08:57 -0800
commit2fa274de1e567665c5fd3d25e382557eb4325d83 (patch)
tree54bd21c697e3da11c6f87c849a935ca51895dc14 /Zotlabs/Daemon/Notifier.php
parent1b5dd8bbd7a751cf84f65403197d0dae5be4a8a0 (diff)
downloadvolse-hubzilla-2fa274de1e567665c5fd3d25e382557eb4325d83.tar.gz
volse-hubzilla-2fa274de1e567665c5fd3d25e382557eb4325d83.tar.bz2
volse-hubzilla-2fa274de1e567665c5fd3d25e382557eb4325d83.zip
support photo items between zot and zot6
Diffstat (limited to 'Zotlabs/Daemon/Notifier.php')
-rw-r--r--Zotlabs/Daemon/Notifier.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php
index beb30ed96..5ee8843b2 100644
--- a/Zotlabs/Daemon/Notifier.php
+++ b/Zotlabs/Daemon/Notifier.php
@@ -434,6 +434,8 @@ class Notifier {
$x['body'] = 'private';
logger('notifier: encoded item: ' . print_r($x,true), LOGGER_DATA, LOG_DEBUG);
+ //logger('notifier: encoded activity: ' . print_r($activity,true), LOGGER_DATA, LOG_DEBUG);
+
stringify_array_elms($recipients);
if(! $recipients) {
logger('no recipients');