aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Libzot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-01-17 11:39:52 +0100
committerMario Vavti <mario@mariovavti.com>2019-01-17 11:39:52 +0100
commit07f6465872e807224e54e3d73f5296d0fa057ca2 (patch)
treef3e3094dc7beb59f6db52c8f510de77581b334c9 /Zotlabs/Lib/Libzot.php
parenteda7c5369c0228ed11ef3bddfa33d81b0c6a3747 (diff)
downloadvolse-hubzilla-07f6465872e807224e54e3d73f5296d0fa057ca2.tar.gz
volse-hubzilla-07f6465872e807224e54e3d73f5296d0fa057ca2.tar.bz2
volse-hubzilla-07f6465872e807224e54e3d73f5296d0fa057ca2.zip
fix delivery report for zot6 connections
Diffstat (limited to 'Zotlabs/Lib/Libzot.php')
-rw-r--r--Zotlabs/Lib/Libzot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php
index 268622430..e66c929bf 100644
--- a/Zotlabs/Lib/Libzot.php
+++ b/Zotlabs/Lib/Libzot.php
@@ -995,6 +995,7 @@ logger('4');
}
if(is_array($x) && array_key_exists('delivery_report',$x) && is_array($x['delivery_report'])) {
+
foreach($x['delivery_report'] as $xx) {
call_hooks('dreport_process',$xx);
if(is_array($xx) && array_key_exists('message_id',$xx) && DReport::is_storable($xx)) {