You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File upload failed messages are now resendable through channel.resendFileMessage().
Fixed a bug where groupChannelCollection.onChannelsUpdated() is not called when groupChannel.lastMessage is updated.
When local cache is enabled, conversion of pending messages that are not registered for auto-resend to failed messages is now being processed only when sb.connect() is called by customer.
channel.resendFileMessage() now considers fileMessage.messageParams.file if blob is not given as an argument.