narrowfail/django-channels-chat

How to show number of unread message ?

Closed this issue · 1 comments

hi,
This progect is great , thank you.
Now i want to show number of unread message in top right corner of name , how do i make it? Should i create new database table to mark read and unread ?

Hello, sorry for the late response. Right now the system does not know when a message has been read or not. You could add a database field, and then implement a mechanism in JS to change the messages statuses using the API.