add individual message delivery reporting

This commit is contained in:
friendica
2012-12-31 21:33:11 -08:00
parent 8d32477bff
commit f2a4ea7254
2 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -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;