fix: recognize async moderated shadow blocked messages as blocked#3131
Merged
fix: recognize async moderated shadow blocked messages as blocked#3131
Conversation
|
Size Change: +13 B (0%) Total Size: 624 kB π¦ View Changed
βΉοΈ View Unchanged
|
Codecov Reportβ
All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3131 +/- ##
=======================================
Coverage 82.22% 82.22%
=======================================
Files 418 418
Lines 12114 12115 +1
Branches 3903 3904 +1
=======================================
+ Hits 9961 9962 +1
Misses 2153 2153 β View full report in Codecov by Sentry. π New features to boost your workflow:
|
MartinCupela
approved these changes
Apr 17, 2026
szuperaz
added a commit
that referenced
this pull request
Apr 17, 2026
) 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_
github-actions bot
pushed a commit
that referenced
this pull request
Apr 17, 2026
## [14.0.1](v14.0.0...v14.0.1) (2026-04-17) ### Bug Fixes * allow flipping message actions context menu ([#3130](#3130)) ([f8c9600](f8c9600)) * drop unused/outdated CSS variables ([#3128](#3128)) ([1a2a61f](1a2a61f)) * recognize async moderated shadow blocked messages as blocked ([#3131](#3131)) ([eac76dc](eac76dc))
|
π This PR is included in version 14.0.1 π 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.
π― Goal
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)π Implementation details
Provide a description of the implementation
π¨ UI Changes
Add relevant screenshots