Skip to content

v3.1.21

Choose a tag to compare

@chohongm chohongm released this 20 Jul 05:06
· 19 commits to master since this release

v3.1.21 (JUL 20, 2022)

  • 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.
  • Improved stability.