Skip to content
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: getUnreadCount method returns threads that belong to either disabled/deleted channels or deleted threads. #1328

Open
kennyvallejodev opened this issue Jul 17, 2024 · 1 comment
Assignees
Labels
bug Something isn't working status:unconfirmed

Comments

@kennyvallejodev
Copy link

Related also to #1322

Disabled/Deleted channels cannot be mark as read from the client (due to well... being disabled?)
so i manage to workaround this to marking it as read from the server-side. As a workaround.

But deleted threads... how can i fetch a thread that is deleted? (using getThread) 😢

I keep finding issues and problems around the threads area.

@myandrienko
Copy link
Contributor

Hi @kennyvallejodev,

I was not able to reproduce this problem. Here's a sequence of actions I tried:

  1. Alice sends a message
  2. Bob starts a thread from Alice's message
  3. Alice sends a thread reply. At this point Bob has one unread thread.
  4. Alice deletes the parent message.

At this point Bob has zero unread threads, as expected.

Could you please share a sequence of actions that leads to an invalid unread thread count?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working status:unconfirmed
Projects
None yet
Development

No branches or pull requests

3 participants