drop mail delivered flag now that queue is implemented
This commit is contained in:
parent
15f011b34c
commit
9be4b3482e
5 changed files with 7 additions and 23 deletions
|
|
@ -105,7 +105,6 @@ function dfrn_notify_post(&$a) {
|
|||
$msg['contact-id'] = $importer['id'];
|
||||
$msg['title'] = notags(unxmlify($base['subject'][0]['data']));
|
||||
$msg['body'] = escape_tags(unxmlify($base['content'][0]['data']));
|
||||
$msg['delivered'] = 1;
|
||||
$msg['seen'] = 0;
|
||||
$msg['replied'] = 0;
|
||||
$msg['uri'] = notags(unxmlify($base['id'][0]['data']));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue