Skip to content

v3.0.105

Compare
Choose a tag to compare
@chrisallo chrisallo released this 16 Aug 05:43
· 142 commits to master since this release
  • Added translateUserMessage() in BaseChannel to support on-demand translation.
  • Added resendFileMessage() in BaseChannel to support resend file message with Blob object.
  • Added metaArrays property in BaseMessage and deprecated metaArray.
    • metaArrays is an array which contains MessageMetaArray instances.
    • MessageMetaArray is a pair of key and a value array.
    • metaArrays keeps the inserted order.
  • Added isStrict() and setStrict() in GroupChannelParams to set strict channel creation mode.
    • When the strict mode is true, creating channel with a invalid user will fail.
  • Improved stability.