Skip to content

[v3.15.9] (Nov 21 2024)

Latest
Compare
Choose a tag to compare
@AhyoungRyu AhyoungRyu released this 21 Nov 09:08
· 4 commits to main since this release

Fixes:

  • Fixed error handling in message handlers:
    • Allow void return type in onBefore- handlers
    • Add proper error handling via eventHandlers.message for:
      • onSendMessageFailed
      • onUpdateMessageFailed
      • onFileUploadFailed
    • Users no longer need to return an empty object from onBefore- due to type constraints
  • Fixed a bug where profile bottom position was not updating correctly for messages with feedback and replies:
    • Profile bottom position now updates properly when messages contain feedback and reply components
    • Ensures consistent profile positioning across all message types and states