✅ Added
- Introduce
shouldAddNewChannelToList
andshouldListUpdatedChannel
delegate callbacks toChannelListController
. With these, one can list/unlist new/updated channels to the existing controller. #1438 #1460 - Added injection of
ChatMessageReactionsBubbleView
toComponents
, so customers will be able to subclass and customise it. #1451 - Add delegate func for tap on user avatar for a message #1453
🔄 Changed
- Update
ChatClient
to disconnect immediately when the Internet connection disappears #1449 NewChannelQueryUpdater
, which takes care of listing/unlisting new/updated channels, is disabled. We recommend using the newChannelListController
delegate methodsshouldAddNewChannelToList
andshouldListUpdatedChannel
#1460