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/',
],