Skip to content

v3.0.129

Choose a tag to compare

@chrisallo chrisallo released this 24 Jul 02:31
· 116 commits to master since this release
  • Renamed includeReaction to includeReactions in channel.getMessageChangeLogs() (includeReaction is deprecated).
  • Added ogMetaData in BaseMessage.
    • ogMetaData holds open graph properties including title, url, description, and defaultImage.
    • ogMetaData.defaultImage has the image-related properties including url, secureUrl, type, width, height, alt as defined in the target website.
    • ogMetaData may not be set at the moment of sending. Once the message is sent, Sendbird service would fetch and analyze the open graph property and give the result as a form of message update event.