-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug:Unread count of channel gets removed when channel is hidden or shown #1990
Comments
@ayushidianapps thank you for reporting this. It seems that once the |
Please let us know if it is fixed as we have our production release this
week.
…On Tue, 18 Apr 2023 at 18:39, MartinCupela ***@***.***> wrote:
@ayushidianapps <https://github.com/ayushidianapps> thank you for
reporting this. It seems that once the channel.hide() call is executed,
the channel is marked as read on the back-end side. We are trying to verify
this hypothesis.
—
Reply to this email directly, view it on GitHub
<#1990 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUMSW55BCV5AMJZUGV645G3XB2HAJANCNFSM6AAAAAAW3FDEB4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@MartinCupela any update on this issue? |
@ayushidianapps the back-end team confirmed, that this is the intended behavior. I will mark this issue as a feature request. |
Okay, can you let us know when you are planning to implement this feature?
…On Fri, 28 Apr 2023 at 12:37, MartinCupela ***@***.***> wrote:
@ayushidianapps <https://github.com/ayushidianapps> the back-end team
confirmed, that this is the intended behavior. I will mark this issue as a
feature request.
—
Reply to this email directly, view it on GitHub
<#1990 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUMSW56VIMEGJYDSBHNWKMLXDNUCRANCNFSM6AAAAAAW3FDEB4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@ayushidianapps Feature requests are evaluated by the Stream's product team. I cannot speak on behalf of the team. Not every feature request is automatically considered to be implemented. |
Alright, thanks for the clarification.
…On Fri, 28 Apr 2023 at 12:58, MartinCupela ***@***.***> wrote:
@ayushidianapps <https://github.com/ayushidianapps> Feature requests are
evaluated by the Stream's product team. I cannot speak on behalf of the
team. Not every feature request is automatically considered to be
implemented.
—
Reply to this email directly, view it on GitHub
<#1990 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUMSW542LMWLNZ6NHTXVBZDXDNWRRANCNFSM6AAAAAAW3FDEB4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Describe the bug
When we hide the channel using
await channel.hide(userId)
or show the hidden channel usingawait channel.show(userId)
, the unread count of that channel gets removedTo Reproduce
Steps to reproduce the behavior:
Expected behavior
The unread count should not change when we hide or show the channel as it has got nothing to do with the unread count that was already there in the channel.
Screenshots
Package version
The text was updated successfully, but these errors were encountered: