Skip to content

4.44.0

Compare
Choose a tag to compare
@Stream-SDK-Bot Stream-SDK-Bot released this 30 Nov 18:36
· 489 commits to main since this release

November 30, 2023

StreamChatUI

🐞 Fixed

  • Fix skip slow mode capability not handled #2904
  • Fix layout crash when sending an app to background and ChatMessageGalleryView is visible #2907
  • Fix channel history being marked as read for new members #2905

🔄 Changed

  • ChannelController.markUnread's completion's argument is now a (Result<ChatChannel, Error> instead of Error?