-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Threads - Pin icon doesn't disappear right after user leaves a thread #46084
Comments
Triggered auto assignment to @marcaaron ( |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
We think that this bug might be related to #vip-vsp |
Triggered auto assignment to @stephanieelliott ( |
Not deploy blocker worthy. |
ProposalPlease re-state the problem that we are trying to solve in this issue.Pin icon doesn't disappear right after user leaves a thread What is the root cause of that problem?We don't handle to set the What changes do you think we should make in order to solve the problem?Set
What alternative solutions did you explore? (Optional) |
ProposalPlease re-state the problem that we are trying to solve in this issue.Pin icon doesn't disappear right after user leaves a thread What is the root cause of that problem?In this scenario, despite isHidden being true, shouldOverrideHidden is also true (due to report.isPinned being true). Therefore, isPinned will still be visible in LHN. Lines 138 to 141 in 2bb1d00
What changes do you think we should make in order to solve the problem?Line 138 in 2bb1d00
remove report.isPinned condition What alternative solutions did you explore? (Optional)App/src/libs/actions/Report.ts Lines 2731 to 2740 in 2bb1d00
When setting |
Maybe the the expected result is not to automatically unpin the thread report, then this issue would be the back end issue. |
This issue is not reproducible on the latest main. |
I'm also unable to repro this. Reproduction aside, seeing as this is a pretty minor issue that only affects threads and falls under a project that's currently paused, IMO this is not worth investigating much further. I think we should close this as |
Works for me! |
If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!
Version Number: 9.0.11-1
Reproducible in staging?: Y
Reproducible in production?: N
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Issue reported by: Applause - Internal Team
Action Performed:
Expected Result:
When clicking 'Leave Thread' in step 8, the pin icon in the thread chat should either disappear, indicating the thread is no longer pinned, or persist when revisiting the thread later, maintaining its pinned status
Actual Result:
When clicking 'Leave Thread' in step 8, the pin icon remains in the left thread chat, but it disappears when revisiting the chat thread before joining
Workaround:
Unknown
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6550265_1721713379246.bandicam_2024-07-23_08-31-42-765.mp4
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: