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
There are inconsistencies with how archive and favorite statuses interact as mentioned in PR 374, causing issues in scenarios where a channel should move between the "Archive" and "Favorite" sections.
Steps to Reproduce:
Scenario 1:
Archive a favorite chat (e.g., "paging").
Issue: The chat appears in both the "Archive" and "Favorite" sections instead of being removed from "Favorite."
Scenario 2:
Mark a previously archived channel (e.g., "test2") as a favorite.
Issue: The chat does not move from the "Archive" section to the "Favorite" section as expected.
Expected Behavior:
When a favorite chat is archived, the favorite status should be removed, and the chat should only appear in the "Archive" section.
When a previously archived chat is marked as favorite, it should move to the "Favorite" section and be removed from the "Archive" section.
Actual Behavior:
The chat remains visible in both sections or does not move between sections as expected.
Possible Cause:
There might be a "double-toggle" in the code where two parallel network calls are executed, leading to inconsistent updates on the server.
The text was updated successfully, but these errors were encountered:
There are inconsistencies with how archive and favorite statuses interact as mentioned in PR 374, causing issues in scenarios where a channel should move between the "Archive" and "Favorite" sections.
Steps to Reproduce:
Scenario 1:
Archive a favorite chat (e.g., "paging").
Issue: The chat appears in both the "Archive" and "Favorite" sections instead of being removed from "Favorite."
Scenario 2:
Mark a previously archived channel (e.g., "test2") as a favorite.
Issue: The chat does not move from the "Archive" section to the "Favorite" section as expected.
Expected Behavior:
When a favorite chat is archived, the favorite status should be removed, and the chat should only appear in the "Archive" section.
When a previously archived chat is marked as favorite, it should move to the "Favorite" section and be removed from the "Archive" section.
Actual Behavior:
The chat remains visible in both sections or does not move between sections as expected.
Possible Cause:
There might be a "double-toggle" in the code where two parallel network calls are executed, leading to inconsistent updates on the server.
The text was updated successfully, but these errors were encountered: