Added
- Support expired
Token
's with a token provider:
Client.shared.set(user: user) { tokenProvider in
YourClient.shared.getToken { token in
tokenProvider(token)
}
}
- More flexibility of Push Notifications setup for hosted apps.
- A local notification body with an attachment file name.
Fixed
ChannelPresenter
for creating a channel for 1-by-1.- The content channel type value for notifications.
ChatViewController
for UI warnings.ComposerView
for different safe areas.- UITextView height in the
ComposerView
in combinations with attachments.