4.27.0
February 16, 2023
StreamChat
β Added
- Add
UploadedAttachmentPostProcessor
inChatClientConfig
to allow changing custom attachment payloads after an attachment has been uploaded #2457 - Add
AnyAttachmentPayload(localFileURL:customPayload:)
initializer to allow creating custom attachments without a remote URL #2457 - Add skip push support when sending a message #2486
- Add support for automatically filtering channels in the Channel List #2488
- Add
isChannelAutomaticFilteringEnabled
inChatClientConfig
to allow changing whether the Channels in ChannelList will be automatically filtered #2488
π Changed
- Remove unused ReactionNotificationContent #2485
π Fixed
- Fix channel unread count not updating when in foreground and notification extension is saving messages #2481
StreamChatUI
π Changed
- Deprecates
ChatMessageGalleryView.UploadingOverlay
in favor ofUploadingOverlayView
(Renaming) #2457 - Deprecates
Components.default.imageUploadingOverlay
in favor ofComponents.default.uploadingOverlayView
(Renaming) #2457
π Fixed
- Fix message cell not updated when custom attachment data is different #2454