feat: support message delivered and message sent statuses separately#2837
Merged
MartinCupela merged 9 commits intomasterfrom Oct 9, 2025
Merged
feat: support message delivered and message sent statuses separately#2837MartinCupela merged 9 commits intomasterfrom
MartinCupela merged 9 commits intomasterfrom
Conversation
|
Size Change: +3.23 kB (+0.28%) Total Size: 1.17 MB
βΉοΈ View Unchanged
|
oliverlaz
approved these changes
Oct 9, 2025
# Conflicts: # package.json # yarn.lock
Codecov Reportβ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #2837 +/- ##
==========================================
- Coverage 81.59% 81.46% -0.14%
==========================================
Files 493 495 +2
Lines 9994 10010 +16
Branches 2272 2278 +6
==========================================
Hits 8155 8155
- Misses 1727 1741 +14
- Partials 112 114 +2 β View full report in Codecov by Sentry. π New features to boost your workflow:
|
|
π This PR is included in version 13.9.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
Have the following message status distinctions in the message list:
sendingsentdeliveredreadHave the following message status distinctions in the channel preview:
sentdeliveredreadThe
sendingstatus will be supported in theChannelPreviewonce there is reactive state forChannelinstance.Closes REACT-502
π Implementation details
deliveredToproperty toMessageContext(along already existingreadBy). It is an array ofUserResponseobjects representing users that have confirmed the delivery or have read the messagereadByanddeliveredToMessageContextproperties are now extracted fromchannel.ownMessageReceiptsTrackerwhich retrieves the relevant items using binary search instead of the previous iteration over all the read objects X all the messages.Depends on
π¨ UI Changes
Sent message status (single tick) - NEW:
Delivered message status (double tick) - CHANGED ACCORDING TO DESIGNS
Docs
https://github.com/GetStream/docs-content/pull/631