diff options
Diffstat (limited to 'mod/post.php')
-rw-r--r-- | mod/post.php | 2 |
1 files changed, 1 insertions, 1 deletions
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; |