drop mail delivered flag now that queue is implemented

This commit is contained in:
Friendika 2010-11-23 16:08:48 -08:00
parent 15f011b34c
commit 9be4b3482e
5 changed files with 7 additions and 23 deletions

View file

@ -313,14 +313,6 @@
}
break;
}
if(($cmd === 'mail') && ($deliver_status == 0)) {
$r = q("UPDATE `mail` SET `delivered` = 1 WHERE `id` = %d LIMIT 1",
intval($item_id)
);
}
}
// send additional slaps to mentioned remote tags (@foo@example.com)