Skip to content

Commit 3b5e410

Browse files
authored
feat(llc, ui, persistence): Add message delivery receipts (#2429)
1 parent a9cd6ae commit 3b5e410

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+3944
-265
lines changed

packages/stream_chat/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
- Added support for user-level privacy settings via `OwnUser.privacySettings`.
66
- Added `invisible` field to `User` and `OwnUser` models.
7+
- Added message delivery receipts support with `lastDeliveredAt` and `lastDeliveredMessageId` fields
8+
in `Read` model.
9+
- Added `Client.markChannelsDelivered` method to submit delivery receipts.
10+
- Added `deliveriesOf` and `readsOf` helper methods to `ReadIterableExtension` for querying read and
11+
delivery statuses.
12+
- Added channel capability getters: `Channel.canUseDeliveryReceipts`, `Channel.canUseReadReceipts`,
13+
`Channel.canUseTypingEvents`.
714

815
⚠️ Deprecated
916

0 commit comments

Comments
 (0)