feat: reflect user.messages.deleted WS event#2799
Merged
MartinCupela merged 4 commits intomasterfrom Aug 18, 2025
Merged
Conversation
|
Size Change: +444 B (+0.04%) Total Size: 1.12 MB
βΉοΈ View Unchanged
|
Codecov Reportβ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #2799 +/- ##
==========================================
- Coverage 81.30% 81.23% -0.07%
==========================================
Files 488 489 +1
Lines 9797 9808 +11
Branches 2217 2221 +4
==========================================
+ Hits 7965 7968 +3
- Misses 1722 1730 +8
Partials 110 110 β View full report in Codecov by Sentry. π New features to boost your workflow:
|
oliverlaz
approved these changes
Aug 18, 2025
github-actions Bot
pushed a commit
that referenced
this pull request
Aug 18, 2025
## [13.5.0](v13.4.0...v13.5.0) (2025-08-18) ### Features * reflect user.messages.deleted WS event ([#2799](#2799)) ([74263c5](74263c5))
|
π This PR is included in version 13.5.0 π 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
Reflect LLC state changes related to
user.messages.deletedevent in the UI componentsDepends on GetStream/stream-chat-js#1601
Closes REACT-524