December 7th, 2023 - 5.17.20
stream-chat-android-client
⚠️ Changed
- 🚨Breaking change: The following properties in
Userclass are now nullable:banned,invisible. #5105- Please use
User.isBannedas non-nullable version. - Please use
User.isInvisibleas non-nullable version. - Properties such as
invisible,banned,teamsandroleare not being used to establish WS connection flow if not specified.
- Please use
stream-chat-android-ui-components
🐞 Fixed
- Fix: Regex was not correctly escaped in getOccurrenceRanges #5108