4.30.0
March 30, 2023
StreamChat
β Added
- Expose
deactivatedAt
andisDeactivated
in ChatUser #2547
π Fixed
- Fix channel list parsing failing completely if one channel fails parsing #2541
- Fix completion blocks not called when loading more messages #2553
- Fix
ChatChannelController
ignoring initial pagination parameter #2546
StreamChatUI
π Changed
- Deprecated
ChatMessageListVC.jumpToMessage(message:)
->ChatMessageListVC.jumpToMessage(id:)
#2546 - Deprecated
ChatMessageListVCDelegate.chatMessageListVC(vc:shouldLoadPageAroundMessage:completion:)
->ChatMessageListVCDelegate.chatMessageListVC(vc:shouldLoadPageAroundMessageId:completion:)
#2546
β Added
- Allow the message list to start at the top if
Components.shouldMessagesStartAtTheTop
is enabled #2537 - Add support for jumping to message when opening channel #2546
- Add
ChatChannelVC.jumpToMessage(id:shouldHighlight)
high-level function for jumping to a message #2546
π Fixed
- Fix channel marking read when view is not visible #2544