fix(ui): Fix shadowed messages not hidden in the channel list#2788
fix(ui): Fix shadowed messages not hidden in the channel list#2788VelikovPetar wants to merge 2 commits into
shadowed messages not hidden in the channel list#2788Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## v9 #2788 +/- ##
=====================================
Coverage ? 66.08%
=====================================
Files ? 425
Lines ? 26957
Branches ? 0
=====================================
Hits ? 17814
Misses ? 9143
Partials ? 0 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Submit a pull request
Linear: FLU-562
CLA
Description of the pull request
We were correctly hiding
shadowedmessages from other users in the Message List, but not on the Channel List items. This PR enhances theChannelLastMessageTextpredicate with checks forshadowedmessages from other users.