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
When a user sends a message, the unread_messages count for the other user in the channel increments, as expected; however, if the first user then deletes that message (with the hard_delete option) before the other user has read it, the unread messages count does not go back down, but stays incremented.
I am getting the unread messages count from channel.state.read[current_user].unread_messages. Perhaps I am looking in the wrong place?
The text was updated successfully, but these errors were encountered:
When a user sends a message, the
unread_messages
count for the other user in the channel increments, as expected; however, if the first user then deletes that message (with thehard_delete
option) before the other user has read it, the unread messages count does not go back down, but stays incremented.I am getting the unread messages count from
channel.state.read[current_user].unread_messages
. Perhaps I am looking in the wrong place?The text was updated successfully, but these errors were encountered: