GetStream / stream-js

JS / Browser Client - Build Activity Feeds & Streams with GetStream.io
https://getstream.io
BSD 3-Clause "New" or "Revised" License
329 stars 110 forks source link

Upon refreshing page, resetting total unread count to 0 without using markRead() #605

Open canonigod opened 5 months ago

canonigod commented 5 months ago

Two main issues happening:

1 — Upon refreshing the page, sometimes (for an unknown reason) a chat unreadCount is set to 0 even though the markRead() is never called

2 — When an user is disconnected from chat and receives a new message from another user, their unreadCount is not increased

thaindangelhack commented 3 weeks ago

same issue