Added
- Delete a channel.
Channel.delete()
Channel.create(options: QueryOptions = []) -> Observable<ChannelResponse>
ChatViewStyleVisibility.none
to hidesendButton
inComposerView
ComposerView.sendButtonVisibility
for a custom send button. The property can be observed for visibility states:isEnabled
,isHidden
.
Changed
- The file
ChatEndpoint.swift
renamed toEndpoint.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 theattachmentButton
is disabled.