Hello everyone,
We have developed a chat feature within our app. We are currently using socket.io to refresh the message list whenever a user sends a message to an inbox. It’s important to note that at the moment, we don’t have support for one-on-one messages; instead, our system focuses on group messaging. However, this configuration can change in specific situations.
Now, we have a new requirement: determining whether a user has read a message. Do any of you have any ideas or previous experience implementing this feature?
Thanks!