Ajout des accusés de reception

This commit is contained in:
Pierre-Lin Bonnemaison 2015-09-22 20:12:59 +02:00
parent 469e2fce59
commit 479b2c2442
5 changed files with 27 additions and 2 deletions

View file

@ -85,6 +85,7 @@
'date' => htmlspecialchars($sended['at']),
'text' => htmlspecialchars($sended['content']),
'type' => 'sended',
'delivered' => ($sended['delivered'] ? true : false),
);
}