diff options
author | Friendika <info@friendika.com> | 2010-11-23 16:08:48 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-11-23 16:08:48 -0800 |
commit | 9be4b3482ed48ecd930105aec00a985cfee184ee (patch) | |
tree | 2d8ba950f7851348910f20df614f82565520d317 /mod/dfrn_notify.php | |
parent | 15f011b34c3a6005fc4d0b6230db44e7ccfa4fcc (diff) | |
download | volse-hubzilla-9be4b3482ed48ecd930105aec00a985cfee184ee.tar.gz volse-hubzilla-9be4b3482ed48ecd930105aec00a985cfee184ee.tar.bz2 volse-hubzilla-9be4b3482ed48ecd930105aec00a985cfee184ee.zip |
drop mail delivered flag now that queue is implemented
Diffstat (limited to 'mod/dfrn_notify.php')
-rw-r--r-- | mod/dfrn_notify.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/dfrn_notify.php b/mod/dfrn_notify.php index 0a3dac254..f0c4f0c64 100644 --- a/mod/dfrn_notify.php +++ b/mod/dfrn_notify.php @@ -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'])); |