Skip to content

[v3.2.2] (Oct 13 2022)

Compare
Choose a tag to compare
@sravan-s sravan-s released this 13 Oct 02:03
· 743 commits to main since this release
319d263

Feature:

  • Export a type OutgoingMessageStates
    • Type: enum OutgoingMessageStates { NONE, PENDING, SENT, FAILED, DELIVERED, READ }
  • Export a util function getOutgoingMessageState
    • Importing path: "@sendbird/uikit-react/utils/message/getOutgoingMessageState"
    • Interface: function getOutgoingMessageState(channel, message): OutgoingMessageStates
  • Add a prop disableMarkAsDelivered into the and
    Some of our customers do not use the markAsDelivery feature,
    but we always have called the markAsDelivered on the ChannelList with every channel
    It caused a rate-limit issue, so we add a new prop to disable the markAdDelivered call for that case