fix: recognize async moderated shadow blocked messages as blocked#3132
Merged
szuperaz merged 4 commits intorelease-v13from Apr 17, 2026
Conversation
) https://linear.app/stream/issue/REACT-945/handle-shadow-blocked-images-in-react-chat-sdk `isMessageBlocked` method decides if we should display the `MessageBlocked` placeholder for a message. This method didn't categorize `shadowed` messages as blocked (probably because these messages are not displayed in message list, except when they change from `shadowed: false` to `shadowed: true`) _Provide a description of the implementation_ _Add relevant screenshots_
MartinCupela
approved these changes
Apr 17, 2026
Codecov Reportβ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## release-v13 #3132 +/- ##
============================================
Coverage 80.93% 80.93%
============================================
Files 506 506
Lines 10562 10562
Branches 2482 2482
============================================
Hits 8548 8548
Misses 1580 1580
Partials 434 434 β View full report in Codecov by Sentry. π New features to boost your workflow:
|
github-actions bot
pushed a commit
that referenced
this pull request
Apr 17, 2026
## [13.14.4](v13.14.3...v13.14.4) (2026-04-17) ### Bug Fixes * recognize async moderated shadow blocked messages as blocked ([#3132](#3132)) ([096de30](096de30))
|
π This PR is included in version 13.14.4 π The release is available on: Your semantic-release bot π¦π |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://linear.app/stream/issue/REACT-945/handle-shadow-blocked-images-in-react-chat-sdk
isMessageBlockedmethod decides if we should display theMessageBlockedplaceholder for a message. This method didn't categorizeshadowedmessages as blocked (probably because these messages are not displayed in message list, except when they change fromshadowed: falsetoshadowed: true)Provide a description of the implementation
Add relevant screenshots
π― Goal
Describe why we are making this change
π Implementation details
Provide a description of the implementation
π¨ UI Changes
Add relevant screenshots