Hey guys, I'm adding a chat feature to my app, to some extent alot of things is working work fine, but i have an issue i want to be able to check on the status of the message (sent, delivered, etc ) when the app in on background or foreground e.g
we have two user : User A and User B
User A enter the chat room and send Message to User B, after sending the message, he leave the chat room, the chat head should be update as well showing if User B has read the message or if User B has sent a reply to User A,
Just like the way WhatsApp is doing
Recommended threads
- Upgrading selfhost version?
It is okay to upgrade version to higher one, of my current version is 1.7.4 to 1.8.1. Is that safe to do cause my clients already have data on that? Also is a...
- I am using s3 for app storage but is it ...
_APP_STORAGE_DEVICE=s3 puts everything to the s3 storage but i need to be able to keep the function builds and site in the local and not waste the cloud storage...
- Local Serverless Function Testing: Are D...
I have followed the instructions to get the CLI working, and have been able to log-in, initialize my project, and created a simple Python function, which calls ...