1
0
Fork 0
mirror of https://github.com/RaspbianFrance/raspisms.git synced 2025-05-16 13:06:26 +02:00

Add unread messages support

This commit is contained in:
osaajani 2019-12-02 01:55:06 +01:00
parent cfde77a0c1
commit 88b00e4e9f
12 changed files with 249 additions and 15 deletions

View file

@ -99,6 +99,10 @@
'/received/',
'/received/p/{page}/',
],
'list_unread' => [
'/unread/',
'/unread/p/{page}/',
],
'delete' => '/received/delete/{csrf}/',
'popup' => '/received/popup/',
],