Skip to content

v4.1.1

Choose a tag to compare

@raj-dubey1 raj-dubey1 released this 22 Aug 14:01
· 4 commits to v4 since this release
f3108bc

New

  • Added a new method onMessageModerated in the MessagesListener class. This method is triggered when a message sent by the logged-in user is successfully processed by moderation and receives either an approved or disapproved status.
  • Introduced a new getModerationStatus() method in both TextMessage and MediaMessage classes, allowing users to check the moderation status of their messages.
  • Added a new ModerationStatus enum that includes the following states:
    • pending
    • approved
    • disapproved
    • unmoderated (default for apps without moderation enabled)

Enhancements

  • None

Fixes

  • None