Skip to content

Releases: GetStream/stream-chat-swift

1.3.1

13 Sep 11:06
@buh buh
Compare
Choose a tag to compare

Added

  • API for Push Notifications: User.addDevice(deviceId:), User.removeDevice(deviceId:)

Fixed

  • Notifications.logsEnabled now is public.

1.3.0

13 Sep 11:10
@buh buh
Compare
Choose a tag to compare

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

13 Sep 11:12
@buh buh
Compare
Choose a tag to compare

Fixed

  • Parsing channel commands.
  • ChatViewController for correct behaviour of mute/unmute and flag/unflag.

1.2.10

13 Sep 11:13
@buh buh
Compare
Choose a tag to compare

Fixed

  • Message reaction counts parsing.