-
Notifications
You must be signed in to change notification settings - Fork 281
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
feat: [REACT-218] add MessageBlocked component #2675
Merged
Merged
Conversation
This file contains 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
cdcef59
to
e4d6e2f
Compare
e4d6e2f
to
2e705d8
Compare
Size Change: +2.27 kB (+0.17%) Total Size: 1.37 MB
ℹ️ View Unchanged
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2675 +/- ##
==========================================
- Coverage 81.14% 81.02% -0.12%
==========================================
Files 469 470 +1
Lines 9939 9956 +17
Branches 2411 2414 +3
==========================================
+ Hits 8065 8067 +2
- Misses 1494 1508 +14
- Partials 380 381 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
arnautov-anton
added a commit
to GetStream/stream-chat-css
that referenced
this pull request
Apr 7, 2025
### 🎯 Goal Adds styling for MessageBlocked component. Ref: GetStream/stream-chat-react#2675
oliverlaz
approved these changes
Apr 8, 2025
arnautov-anton
added a commit
that referenced
this pull request
Apr 8, 2025
This PR adds a `MessageBlocked` component to render instead of a normal message UI whenever sync/async moderation blocks an inappropriate message. Ref: GetStream/stream-chat-js#1510 Ref: GetStream/stream-chat-css#327 Also awaits BE changes to the `message.updated` message object's payload.
github-actions bot
pushed a commit
that referenced
this pull request
Apr 8, 2025
## [12.14.0](v12.13.1...v12.14.0) (2025-04-08) ### Features * [REACT-218] add MessageBlocked component ([#2675](#2675)) ([0ecd147](0ecd147))
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
This PR adds a
MessageBlocked
component to render instead of a normal message UI whenever sync/async moderation blocks an inappropriate message.Ref: GetStream/stream-chat-js#1510
Ref: GetStream/stream-chat-css#327
Also awaits BE changes to the
message.updated
message object's payload.