You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notifications don't appear when a message is received.
How can users know they have a new message from support?
Is it possible to pull the number of unread messages?
The text was updated successfully, but these errors were encountered:
For the moment, this feature is not implemented.
As discussed in #169 (comment), the socket is only maintained when the ChatActivity is running so not before starting it, not after and not in app background, only in foreground, so if stopped, the Crisp SDK is not able to know if a new message has been received until the ChatActivity is restart.
This is clearly a limitation of our current implementation by design.
As said in this same comment, we're discussing internally about it but it's not our main priority currently.
Just to keep you up-to-date, the notification subject is currently discussed in the team about how we could implement it so the feature should come :)
However, don't expect it in the next release ;)
Hi, I hope your team could implement this ASAP. We are currently going to migrate from Intercom to Crisp. But then I realized we don't know when our CS team already reply the thread/message when the user away/closing the chat dialog. :(
Notifications don't appear when a message is received.
How can users know they have a new message from support?
Is it possible to pull the number of unread messages?
The text was updated successfully, but these errors were encountered: