4.26.0
January 11, 2023
StreamChat
🔄 Changed
- Offline mode now only fetches the first page of the Channel List and Message List. This is a short coming right now until we support offline pagination. #2434
🐞 Fixed
- Fix Channel List pagination gaps #2420
- Fix truncated channels being moved to the bottom of the channel list #2420
- Fix reactions not insantly updating when enforce unique is true #2421
- Fix not being able to delete messages in
pendingSend
state #2432 - Fix messages intermittently disappearing when first opening the channel #2434
- Fix first page not being loaded from the cache when using a lower
messagesLimit
in Channel List Query #2434 - Fix inaccuracies in for channel unread count #2433
StreamChatUI
✅ Added
- Add
Components.default.isUniqueReactionsEnabled
to easily configure unique reactions #2421
🐞 Fixed
- Fix Reaction Picker not updating when reaction added with enforce unique #2421