chat-sdk / chat-sdk-ios

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

Issue regarding thread's unread counts #475

Closed chintanMaisuriya closed 3 years ago

chintanMaisuriya commented 3 years ago
  1. Is the bug present in the demo Chat SDK project?

    • Yes
  2. What modifications have you made to the Chat SDK?

    • No
  3. iOS Version? Device or simulator?

    • iOS 14.4, Simulator 8
  4. Steps taken to reproduce the problem:

    • I found that when a user received a new message the unread count appears in the thread view controller. Once a user will read all the chat the count will disappear. But when the user reopens the app the counts will be still visible for the same thread.
  5. Expected result:

    • If a user already read the chats then no unread count should be visible to the user
  6. Actual result:

    • Unread count is still visible to the user if they already read the chat
CaioMarastoni-Triibo commented 3 years ago

I am having the same problem, did you manage to find a solution?

chintanMaisuriya commented 3 years ago

I am having the same problem, did you manage to find a solution?

Not yet. If you find, please share over here

bensmiley commented 3 years ago

This issue has been fixed and will be available in the next release.

chintanMaisuriya commented 3 years ago

Okay, Thank you