Kommunicate-io / Kommunicate-Flutter-Plugin

A flutter plugin for Kommunicate customer support live chat.
BSD 3-Clause "New" or "Revised" License
16 stars 23 forks source link

unreadCount function always returns 0 #49

Closed 6h4n3m closed 2 years ago

6h4n3m commented 2 years ago

await KommunicateFlutterPlugin.unreadCount();

Always returns 0, even when there are multiple unread messages.

zcabf05 commented 2 years ago

This is also an issue with me, any news on fix?

amntoppo commented 2 years ago

If you open the conversation using KommunicateFlutterPlugin.openConversation() -> then it sync and starts showing the actual unread messages. In future version, it will be optimized.