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