September 09, 2026
StreamChat
β Added
- Add
PinnedMessagesPagination.offset(Int)for paginating messages using offset #4249 - Add
ChatMemberInfofor slim channel-member info on messages, mentions, and typing events #4241 - Add
ChatMessage.mentionedChannelMembersfor accessing channel-member info of mentioned users #4241 - Add
TypingUserandChatChannel.typingUsersfor accessing channel-member info of typing users #4241 - Add
LivestreamChatState.typingMemberInfosfor accessing channel-member info of typing users #4241 - Add
LivestreamChatState.typingUsersWithMemberInfoforTypingUservalues derived fromtypingUsersandtypingMemberInfos#4241 - Add mention parameters to
ChatMessageController.editMessageandChat.updateMessage#4268 - Add
memberLimittoThreadQueryfor specifying the number of returned members in the thread's channel response #4256 - Add
Chat.queryBannedUsersandChatChannelController.queryBannedUsersfor listing the bans of a channel #4237
π Fixed
- Fix mentions not being persisted when editing a message #4268
- Fix rare crashes in
DataController.state#4248
π Changed
- Deprecate
ChatChannelControllerDelegate.channelController(_:didChangeTypingUsers:)takingSet<ChatUser>in favour of theSet<TypingUser>overload #4241 - Deprecate
LivestreamChannelControllerDelegate.livestreamChannelController(_:didChangeTypingUsers:)takingSet<ChatUser>in favour of theSet<TypingUser>overload #4241
StreamChatUI
β Added
- Add
Components.isLegacyPhotosPickerEnabledto keep usingUIImagePickerControllerin the composer #4271 - Add
Components.processingAttachmentComposerPreviewto customize the preview shown while a picked attachment is being processed #4271
π Fixed
- Fix the gallery share button blocking the main thread when preparing a video #4272
- Fix scrubbing the gallery video timeline not seeking the player #4272
- Fix the gallery close button being too close to the screen edge to tap reliably #4272
- Fix gallery video audio not playing when the ringer switch is off #4272
- Fix mentions not being persisted when editing a message #4268
- Fix a custom message background, like the one for pinned messages, being removed after jumping to the message #4254