Skip to content

1.3.5

Compare
Choose a tag to compare
@buh buh released this 27 Sep 09:30

Added

  • Delete a channel. Channel.delete()
  • Channel.create(options: QueryOptions = []) -> Observable<ChannelResponse>
  • ChatViewStyleVisibility.none to hide sendButton in ComposerView
  • ComposerView.sendButtonVisibility for a custom send button. The property can be observed for visibility states: isEnabled, isHidden.

Changed

  • The file ChatEndpoint.swift renamed to Endpoint.swift.
  • ChannelsViewController.channelPresenter open.

Fixed

  • A bug for replies count in the ChatViewController.
  • Hide ephemeral messages from replies in the ChatViewController.
  • Fixed Token payload parsing (thanks to @nlash-livly).
  • Fixed ComposerView layout when the attachmentButton is disabled.