-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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
fix: Following/unfollowing a message when the thread is closed does not update the UI #32981
Conversation
Looks like this PR is ready to merge! 🎉 |
🦋 Changeset detectedLatest commit: 949087a The changes in this PR will be included in the next version bump. This PR includes changesets to release 32 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #32981 +/- ##
===========================================
- Coverage 59.40% 58.35% -1.05%
===========================================
Files 2543 2677 +134
Lines 63183 64956 +1773
Branches 14220 14643 +423
===========================================
+ Hits 37533 37907 +374
- Misses 22934 24310 +1376
- Partials 2716 2739 +23
Flags with carried forward coverage won't be shown. Click here to find out more. |
91b6711
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving on behalf of frontend team!
…ot update the UI (#32981) Co-authored-by: Douglas Fabris <[email protected]>
Proposed changes (including videos or screenshots)
The follow/unfollow methods were not notifying a collection change.
Issue(s)
CORE-542
Steps to test or reproduce
Further comments