Release 5.1.0
What’s New
messageTooLongError
- Added new string
messageTooLongError
which is displayed when the user attempts to send a message longer than the maximum length (ie:4096 characters
). Businesses can customize this string by overriding themessageTooLongError
key.
Fix
- Fixed an issue where sending a message longer than
4096
characters left the UI stuck in a sending state.