aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Libzot.php
diff options
context:
space:
mode:
authorM. Dent <dentm42@gmail.com>2019-01-18 06:15:01 +0100
committerM. Dent <dentm42@gmail.com>2019-01-18 06:15:01 +0100
commitbf879ce742d4a1fd77cb6e5de85adfdfc213ac58 (patch)
tree7d50b69884c02c2cedd543e14265f8d27f60fa37 /Zotlabs/Lib/Libzot.php
parente89a3b05ece60ecb994e0dd4c2701164cabb0525 (diff)
parent5aa0267936e391e1d1a98de5287546ad5817fb41 (diff)
downloadvolse-hubzilla-bf879ce742d4a1fd77cb6e5de85adfdfc213ac58.tar.gz
volse-hubzilla-bf879ce742d4a1fd77cb6e5de85adfdfc213ac58.tar.bz2
volse-hubzilla-bf879ce742d4a1fd77cb6e5de85adfdfc213ac58.zip
Merge branch 'dreport_fixes' into 'dev'
fix delivery report for zot6 connections See merge request hubzilla/core!1476
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)) {