Skip to content

4.30.0

Compare
Choose a tag to compare
@Stream-iOS-Bot Stream-iOS-Bot released this 30 Mar 14:43
· 428 commits to main since this release

March 30, 2023

StreamChat

βœ… Added

  • Expose deactivatedAt and isDeactivated 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