mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
notification: store users which are unread instead of read, and in
dedicated table The query "which are the unread notification" is much more frequent than the read one. We then store the unread items in a dedicated table.
This commit is contained in:
@@ -354,4 +354,8 @@ Created by: Créé par
|
||||
|
||||
notification:
|
||||
Notify: Notifier
|
||||
Notification create: Notification envoyée
|
||||
Notification created: Notification envoyée
|
||||
Any notification received: Aucune notification reçue
|
||||
Any notification sent: Aucune notification envoyée
|
||||
Notifications received: Notifications reçues
|
||||
Notifications sent: Notification envoyées
|
||||
|
Reference in New Issue
Block a user