From f2a4ea7254ba36329f84d0ffb07d3012a8526376 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 31 Dec 2012 21:33:11 -0800 Subject: add individual message delivery reporting --- mod/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/post.php b/mod/post.php index 5abf7ac0f..53180e1c1 100644 --- a/mod/post.php +++ b/mod/post.php @@ -151,13 +151,13 @@ function post_post(&$a) { if($msgtype === 'notify') { $async = get_config('system','queued_fetch'); - if($async) { // add to receive queue // qreceive_add($data); } else { $x = zot_fetch($data); + $ret['delivery_report'] = $x; } $ret['result'] = true; -- cgit v1.2.3