✅ Added
- Channels are properly marked as read when
ChatChannelVC
is displayed #972
🐞 Fixed
- Fix
ChannelController
s created withcreateChannelWithId
andcreateChannelWithMembers
functions not reporting their initial values #945 - Fix issue where channel
lastMessageDate
was not updated when new message arrived #949 - Fix channel unread count not being updated in the real time #969
- Fix updated values not reported for some controllers if the properties were accessed for the first time after
synchronize
has finished. Affected controllers wereChatUserListController
,ChatChannelListController
,ChatUserSearchController
#974
🔄 Changed
Logger.assertationFailure
was renamed toLogger.assertionFailure
#935