chat-sdk / chat-sdk-ios

Chat SDK iOS - Open Source Mobile Messenger
http://sdk.chat
Other
913 stars 276 forks source link

The Read Message Count is not Updated after apps kills and reopen #488

Closed ajithSoft closed 2 years ago

ajithSoft commented 2 years ago

The unread message counter on the privateThreadsViewController cell not really reset.Its reset just on UI. How to reproduce So once you get in to chat some chat with unread messages and go back you will see that counter reset but if you close and reopen the app the counter will be there againa

bensmiley commented 2 years ago

If you kill the app from Xcode it will not save the data to the database. So dismiss the app using the phone UI. If you need unread counts when the app is uninstalled, then use the read receipts module.