Releases: GetStream/stream-chat-swift
Releases · GetStream/stream-chat-swift
1.3.1
Added
- API for Push Notifications:
User.addDevice(deviceId:)
, User.removeDevice(deviceId:)
Fixed
Notifications.logsEnabled
now is public.
1.3.0
Added
- Observable
Channel.unreadCount
. No need to open a chat screen or use presenter to get the unread messages count.
Fixed
- Update ChatViewController only when it's visible.
isVisible
variable could be customized.
1.2.11
Fixed
- Parsing channel commands.
ChatViewController
for correct behaviour of mute/unmute and flag/unflag.
1.2.10
Fixed
- Message reaction counts parsing.