December 7th, 2023 - 5.17.20
stream-chat-android-client
⚠️ Changed
- 🚨Breaking change: The following properties in
User
class are now nullable:banned
,invisible
. #5105- Please use
User.isBanned
as non-nullable version. - Please use
User.isInvisible
as non-nullable version. - Properties such as
invisible
,banned
,teams
androle
are 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